chore: remove redundant provenance flag

trusted publishing publishes provenance attestations by default
https://docs.npmjs.com/trusted-publishers#automatic-provenance-generation
This commit is contained in:
Tony 2025-11-27 10:17:37 +08:00
parent ec8afe2f00
commit 680abcc008
1 changed files with 2 additions and 2 deletions

View File

@ -37,6 +37,6 @@ jobs:
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
npx version-from-git --allow-same-version --template 'master.short'
pnpx version-from-git --allow-same-version --template 'master.short'
- name: Publish to npmjs
run: pnpm publish --provenance --access public --tag latest
run: pnpm publish --access public --tag latest