Skip to content

Commit 89417cb

Browse files
committed
ci: ensure latest npm
1 parent 948f743 commit 89417cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: pnpm build
5151

5252
- name: Publish package
53-
run: pnpm run ci-publish ${{ github.ref_name }}
53+
run: npm i -g npm@latest && pnpm run ci-publish ${{ github.ref_name }}
5454

5555
- if: steps.tag.outputs.isAlpha == 'false' && steps.tag.outputs.pkgName != 'plugin-rsc'
5656
uses: ArnaudBarre/github-release@4fa6eafe8e2449c7c1c5a91ae50de4ee34db0b40 # v1.5.0

0 commit comments

Comments
 (0)