Skip to content

Commit 5765fcf

Browse files
committed
add provenance feat to package.json
1 parent f7fbec6 commit 5765fcf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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": [

0 commit comments

Comments
 (0)