Skip to content

Commit 68c26d9

Browse files
committed
ci: Configure publish job
1 parent f15fb41 commit 68c26d9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/publish.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Version tags only
2+
3+
name: Publish
4+
5+
on:
6+
push:
7+
tags:
8+
- v[0-9]+.[0-9]+.[0-9]+
9+
10+
permissions: read-all
11+
12+
env:
13+
FORCE_COLOR: 1
14+
15+
jobs:
16+
_:
17+
uses: medikoo/github-actions-workflows/.github/workflows/publish.yml@main
18+
secrets:
19+
USER_GITHUB_TOKEN: ${{ secrets.USER_GITHUB_TOKEN }}
20+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)