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 543ff1a + dbb8129 commit ef159bfCopy full SHA for ef159bf
.github/workflows/ci.yml
@@ -124,15 +124,11 @@ jobs:
124
if: "!github.event.release.prerelease"
125
working-directory: ./package/package
126
run: npm publish --provenance --access public
127
- env:
128
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
129
130
- name: Publish release candidate to NPM
131
if: github.event.release.prerelease
132
133
run: npm publish --provenance --access public --tag rc
134
135
136
137
- name: Generate docs
138
0 commit comments