Skip to content

Commit b630aa5

Browse files
authored
Update npm-publish.yml
1 parent 3f4fafc commit b630aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
node-version: 16
6262
registry-url: https://registry.npmjs.org/
6363
- run: npm ci
64-
- run: npm publish --tag ${{ github.event.release.tag_name }}
64+
- run: npm publish
6565
env:
6666
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)