Skip to content

Commit 10d22fa

Browse files
committed
fix: add NPM_CONFIG_PROVENANCE for trusted publishers
1 parent e8e9e64 commit 10d22fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Publish to NPM
3131
run: pnpm run release:publish
32+
env:
33+
NPM_CONFIG_PROVENANCE: "true"
3234

3335
- name: Create Github Release
3436
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)