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 a6b7a92 commit 3bafedbCopy full SHA for 3bafedb
1 file changed
.github/workflows/npm-publish.yml
@@ -21,7 +21,6 @@ jobs:
21
publish-npm:
22
needs: build
23
runs-on: ubuntu-latest
24
- environment: WORLD
25
permissions:
26
id-token: write
27
contents: read
@@ -38,7 +37,7 @@ jobs:
38
37
- run: npm version ${TAG_NAME} --git-tag-version=false
39
env:
40
TAG_NAME: ${{ github.ref_name }}
41
- - run: npm publish --access public --tag next
+ - run: npm stage publish --access public --tag next
42
if: github.event.release.prerelease
43
- - run: npm publish --access public
+ - run: npm stage publish --access public
44
if: "!github.event.release.prerelease"
0 commit comments