Skip to content

Commit aad8764

Browse files
author
Your Name
committed
fix: remove --provenance flag (internal repo)
1 parent 320ce4f commit aad8764

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
permissions:
99
contents: write
10-
id-token: write
1110

1211
jobs:
1312
release:
@@ -72,7 +71,7 @@ jobs:
7271

7372
- name: Publish to npm
7473
if: steps.version.outputs.changed == 'true'
75-
run: npm publish --access public --provenance
74+
run: npm publish --access public
7675
env:
7776
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7877

0 commit comments

Comments
 (0)