There was an error while loading. Please reload this page.
1 parent 372ecb1 commit 533567fCopy full SHA for 533567f
1 file changed
.github/workflows/release.yml
@@ -21,6 +21,6 @@ jobs:
21
- run: npm ci
22
- run: npm test
23
- if: ${{ github.event.release.tag_name != '' && env.NPM_PUBLISH_TAG != '' }}
24
- run: npm publish --provenance --access=public --tag=${{ env.NPM_PUBLISH_TAG }}
+ run: npm stage publish --provenance --access=public --tag=${{ env.NPM_PUBLISH_TAG }}
25
env:
26
NPM_PUBLISH_TAG: ${{ contains(github.event.release.tag_name, '-alpha.') && 'canary' || contains(github.event.release.tag_name, '-beta.') && 'beta' || 'latest' }}
0 commit comments