Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbi committed Aug 23, 2024
1 parent 27d5131 commit ffaa949
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

# Uncomment the following lines to publish to npm on CI

- run: pnpm install
- run: pnpm publish -r --access public
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true

0 comments on commit ffaa949

Please sign in to comment.