Skip to content

Commit

Permalink
fix npm tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Nov 14, 2023
1 parent dbd878f commit 9064ff3
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 @@ -184,7 +184,7 @@ jobs:
run: find ./artifacts/* -name "*.dbg.json" -type f -delete
- name: Delete useless files
run: rm -rf ./artifacts/build-info/*
- run: npm publish --tag next
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand Down

0 comments on commit 9064ff3

Please sign in to comment.