File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 4646 yarn release:canary \
4747 --yes --no-verify-access \
4848 --dist-tag '${{ github.event.pull_request.head.sha }}' --preid '${{ github.event.pull_request.head.sha }}' \
49- --npm-publish-args="--provenance" \
5049 | tee __publish-log.txt
5150
5251 - name : Comment on PR
Original file line number Diff line number Diff line change 2121 "commit" : " git-cz" ,
2222 "release:check" : " lerna changed" ,
2323 "release:latest" : " lerna publish --yes --conventional-commits --create-release github --message 'chore(release): publish [ci skip]'" ,
24- "release:canary" : " lerna publish --canary --ignore-scripts" ,
24+ "release:canary" : " NPM_CONFIG_PROVENANCE=true lerna publish --canary --ignore-scripts" ,
2525 "prepare" : " husky install"
2626 },
2727 "workspaces" : [
You can’t perform that action at this time.
0 commit comments