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 31011a8 commit 72b520fCopy full SHA for 72b520f
.github/workflows/npm-publish.yml
@@ -28,6 +28,6 @@ jobs:
28
node-version: 16
29
registry-url: https://registry.npmjs.org/
30
- run: npm ci
31
- - run: npm publish --tag ${{ github.event.release.tag_name }}
+ - run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments