Skip to content

Commit 7aa2686

Browse files
committed
fix: enable OIDC auth for npm trusted publishing (#27)
1 parent ef85a16 commit 7aa2686

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
@@ -36,3 +36,5 @@ jobs:
3636
- run: bun run build
3737
- run: npm publish --access public --provenance
3838
working-directory: ./dist
39+
env:
40+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)