Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taras authored Jan 30, 2025
1 parent 536dd10 commit 2e429b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: deno task build:npm ${{steps.vars.outputs.version}}

- name: Publish NPM
run: npm publish --access=public
run: npm publish --access=public --tag=next
working-directory: ./build/npm
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
Expand Down

0 comments on commit 2e429b0

Please sign in to comment.