Skip to content

Commit 6ddf720

Browse files
Brian MadisonBrian Madison
authored andcommitted
fix: remove --provenance flag from npm publish
1 parent 1b87d7b commit 6ddf720

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yaml

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

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

1211
jobs:
1312
publish:
@@ -26,6 +25,6 @@ jobs:
2625
run: npm install
2726

2827
- name: Publish to NPM
29-
run: npm publish --provenance
28+
run: npm publish
3029
env:
3130
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)