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 c61513f commit 3d0a0b4Copy full SHA for 3d0a0b4
1 file changed
.github/workflows/release.yml
@@ -228,7 +228,7 @@ jobs:
228
- name: Publish to NPM
229
run: |
230
npm version --allow-same-version --no-git-tag-version $VERSION
231
- npm publish --provenance --tag $TAG
+ npm stage publish --provenance --tag $TAG
232
if: ${{ !env.ACT && (github.event_name == 'release' || github.event_name == 'workflow_dispatch') }}
233
env:
234
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments