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.
2 parents 2c9f68c + 7ae83ba commit 59dd192Copy full SHA for 59dd192
.github/workflows/ci.yml
@@ -86,15 +86,11 @@ jobs:
86
if: "!github.event.release.prerelease"
87
working-directory: ./package/package
88
run: npm publish --provenance --access public
89
- env:
90
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
91
92
- name: Publish release candidate to NPM
93
if: github.event.release.prerelease
94
95
run: npm publish --provenance --access public --tag rc
96
97
98
99
- name: Generate docs
100
0 commit comments