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 65fa717 + 1f12b1e commit 61c062bCopy full SHA for 61c062b
.github/workflows/ci.yaml
@@ -145,15 +145,11 @@ jobs:
145
if: "!github.event.release.prerelease"
146
working-directory: ./package/package
147
run: npm publish --provenance --access public
148
- env:
149
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
150
151
- name: Publish release candidate to NPM
152
if: github.event.release.prerelease
153
154
run: npm publish --provenance --access public --tag rc
155
156
157
158
- name: Generate docs
159
0 commit comments