Skip to content

Commit 5fa05ff

Browse files
committed
Give up on provenance.
1 parent 8f6abba commit 5fa05ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
if: contains(steps.tagName.outputs.tag, 'rc')
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
43-
run: npm publish --tag=rc --provenance
43+
run: npm publish --tag=rc
4444

4545
- name: Publish a regular release
4646
if: false == contains(steps.tagName.outputs.tag, 'rc')
4747
env:
4848
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
49-
run: npm publish --provenance
49+
run: npm publish

0 commit comments

Comments
 (0)