mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-08-10 17:29:15 +08:00
ci: trusted publisher
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -39,7 +39,4 @@ jobs:
|
|||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
- name: Publish to NPM
|
- name: Publish to NPM
|
||||||
run: pnpm -r publish --access public --no-git-checks
|
run: npm i -g npm && pnpm -r publish --access public --no-git-checks
|
||||||
env:
|
|
||||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
|
||||||
NPM_CONFIG_PROVENANCE: true
|
|
||||||
|
Reference in New Issue
Block a user