Skip to content

Commit 4c959a2

Browse files
committed
fix: disable NPM_CONFIG_PROVENANCE
1 parent d3f4a12 commit 4c959a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
Release:
3636
permissions:
3737
contents: write
38-
id-token: write
38+
# id-token: write
3939
deployments: write
4040
runs-on: ubuntu-latest
4141
defaults:
@@ -87,7 +87,7 @@ jobs:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8989
DRYRUN: ${{ inputs.dryRun }}
90-
NPM_CONFIG_PROVENANCE: true
90+
# NPM_CONFIG_PROVENANCE: true
9191

9292
- name: Publish ${{ steps.release.outputs.name }}@${{ steps.release.outputs.release_version }}
9393
if: steps.release.outputs.release_version && !inputs.dryRun

0 commit comments

Comments
 (0)