Skip to content

Commit a78a4bb

Browse files
authored
update npm publish (#27)
1 parent 19e765e commit a78a4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
3131
- run: npm run build
32-
- run: npm publish
32+
- run: npm publish --tag ${{ github.event.release.tag_name }}
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)