Skip to content

Commit 0426fbe

Browse files
committed
fix: add NPM_CONFIG_PROVENANCE to release step for OIDC publishing
1 parent 82f2246 commit 0426fbe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
createGithubReleases: true
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
NPM_CONFIG_PROVENANCE: true
6768

6869
- name: Publish canary snapshot
6970
if: steps.changesets.outputs.published != 'true'

0 commit comments

Comments
 (0)