Skip to content

Commit 3d0a0b4

Browse files
committed
fix: change npm publish to npm stage publish in release workflow
1 parent c61513f commit 3d0a0b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- name: Publish to NPM
229229
run: |
230230
npm version --allow-same-version --no-git-tag-version $VERSION
231-
npm publish --provenance --tag $TAG
231+
npm stage publish --provenance --tag $TAG
232232
if: ${{ !env.ACT && (github.event_name == 'release' || github.event_name == 'workflow_dispatch') }}
233233
env:
234234
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)