Skip to content

Commit 459768c

Browse files
committed
Remove unnecessary provenance flag
1 parent 49c95d8 commit 459768c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343

4444
- name: Publish with latest tag
4545
if: github.event.release.prerelease == false
46-
run: yarn npm publish --tag latest --provenance
46+
run: yarn npm publish --tag latest
4747

4848
- name: Publish with next tag
4949
if: github.event.release.prerelease == true
50-
run: yarn npm publish --tag next --provenance
50+
run: yarn npm publish --tag next

0 commit comments

Comments
 (0)