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 26adb7b commit f86f482Copy full SHA for f86f482
.github/workflows/publish.yml
@@ -47,11 +47,7 @@ jobs:
47
- name: Publish with latest tag
48
if: github.event.release.prelease == false
49
run: yarn npm publish --tag latest --provenance
50
- env:
51
- YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
52
53
- name: Publish with next tag
54
if: github.event.release.prelease == true
55
run: yarn npm publish --tag next --provenance
56
57
0 commit comments