Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haadcode committed Jan 19, 2024
1 parent 01c2b06 commit 0a2d524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- run: |
npm version prerelease --no-git-tag-version \
--preid=`git rev-parse --short HEAD`
npm publish --tag next
npm publish --tag next --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 0a2d524

Please sign in to comment.