We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4fafc commit b630aa5Copy full SHA for b630aa5
1 file changed
.github/workflows/npm-publish.yml
@@ -61,6 +61,6 @@ jobs:
61
node-version: 16
62
registry-url: https://registry.npmjs.org/
63
- run: npm ci
64
- - run: npm publish --tag ${{ github.event.release.tag_name }}
+ - run: npm publish
65
env:
66
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments