Skip to content

Commit 7da7945

Browse files
committed
Fix npm-publish command
1 parent 9825094 commit 7da7945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
scope: nodenv
3333
registry-url: https://registry.npmjs.org
34-
- run: npm publish --tags next
34+
- run: npm publish --tag next
3535
if: ${{ env.PRERELEASE }}
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}

0 commit comments

Comments
 (0)