mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-03 18:43:26 +08:00
ci: fix npm provenance
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
||||
run: pnpm i
|
||||
|
||||
- name: Publish to NPM
|
||||
run: pnpm -r publish --provenance --access public --no-git-checks
|
||||
run: 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