We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c95d8 commit 459768cCopy full SHA for 459768c
.github/workflows/publish.yml
@@ -43,8 +43,8 @@ jobs:
43
44
- name: Publish with latest tag
45
if: github.event.release.prerelease == false
46
- run: yarn npm publish --tag latest --provenance
+ run: yarn npm publish --tag latest
47
48
- name: Publish with next tag
49
if: github.event.release.prerelease == true
50
- run: yarn npm publish --tag next --provenance
+ run: yarn npm publish --tag next
0 commit comments