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 9825094 commit 7da7945Copy full SHA for 7da7945
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
scope: nodenv
33
registry-url: https://registry.npmjs.org
34
- - run: npm publish --tags next
+ - run: npm publish --tag next
35
if: ${{ env.PRERELEASE }}
36
env:
37
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
0 commit comments