Skip to content

Commit ac6f3ed

Browse files
committed
fix: disable npm provenance for private repository
npm provenance only works with public GitHub repositories
1 parent 720eb4e commit ac6f3ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47-
NPM_CONFIG_PROVENANCE: true
47+
# NPM_CONFIG_PROVENANCE: true # Only works with PUBLIC repos
4848
run: npx semantic-release

0 commit comments

Comments
 (0)