Skip to content

Commit

Permalink
use prerelease tag for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Jul 4, 2023
1 parent dc1faa7 commit c0e533e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
run: find ./artifacts/* -name "*.dbg.json" -type f -delete
- name: Delete useless files
run: rm -rf ./artifacts/build-info/*
- run: npm publish
- run: npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand Down

0 comments on commit c0e533e

Please sign in to comment.