chore: enable provenance for NPM package

This commit is contained in:
Koen Kanters
2025-03-18 20:52:05 +01:00
parent e6ce7ecdc1
commit 17ce9f4c52
+1 -1
View File
@@ -111,7 +111,7 @@ jobs:
- name: 'release: Publish to npm'
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'
run: pnpm publish --no-git-checks
run: pnpm publish --no-git-checks --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN }}