Skip to content

Commit 5d149ab

Browse files
author
Lukas Holzer
committed
chore: remove provenance as it's a private repo
1 parent 3daa870 commit 5d149ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- name: Push changes
4343
run: git push --follow-tags
4444
- name: Run npm publish
45-
run: npm publish --tag=${{ steps.extract.outputs.tag }} --provenance
45+
run: npm publish --tag=${{ steps.extract.outputs.tag }
4646
env:
4747
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)