Skip to content

Commit

Permalink
ci: update npm publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Jul 21, 2024
1 parent 37e6d00 commit 18ba8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ jobs:
name: rdp-dist
path: dist
- run: echo "//<npm-registry>:8080/:_authToken=$NODE_AUTH_TOKEN" > ~/.npmrc
- run: npm publish --provenance --tag next
- run: npm publish --provenance --tag latest
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 comments on commit 18ba8ad

Please sign in to comment.