Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- name: 🚀 Publish package
id: publish
if: ${{ steps.release.outputs.release_created }}
run: NODE_AUTH_TOKEN="" npm publish ./dist --access public --provenance
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: 'true'
NODE_AUTH_TOKEN: '' # Clear placeholder set by setup-node to enable OIDC
run: npm publish ./dist --access public --provenance