Skip to content

Commit 9d36a48

Browse files
committed
Rename publish workflow, always run
1 parent c402334 commit 9d36a48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml .github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
registry-url: https://registry.npmjs.org/
2020
- run: npm ci
2121
- run: npm publish
22+
if: startsWith(github.ref, 'refs/tags/')
2223
env:
2324
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
2425

0 commit comments

Comments
 (0)