Skip to content

Commit

Permalink
ci: 🎡 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DarinRowe committed Jun 21, 2024
1 parent af45f18 commit 5d57c8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Build js
run: npm run build
- name: Publish to NPM
run: npm publish --access public --no-git-checks
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true

0 comments on commit 5d57c8e

Please sign in to comment.