File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/setup-node@v4
2828 with :
2929 node-version : 20.x
30- registry-url : https://registry.npmjs.org
3130
3231 - name : Install dependencies
3332 run : |
5453 env :
5554 NPM_CONFIG_PROVENANCE : true
5655 NPM_CONFIG_REGISTRY : https://registry.npmjs.org/
56+ NPM_CONFIG_ACCESS : public
57+ NPM_CONFIG_TOKEN : " "
58+ NODE_AUTH_TOKEN : " "
5759
5860 - name : Push changes
5961 run : |
Original file line number Diff line number Diff line change 33export NPM_CONFIG_PROVENANCE=${NPM_CONFIG_PROVENANCE:- true}
44export NPM_CONFIG_REGISTRY=${NPM_CONFIG_REGISTRY:- https:// registry.npmjs.org/ }
55export NPM_CONFIG_ACCESS=${NPM_CONFIG_ACCESS:- public}
6+ export NPM_CONFIG_TOKEN=${NPM_CONFIG_TOKEN:- }
7+ export NODE_AUTH_TOKEN=${NODE_AUTH_TOKEN:- }
68
7- ./node_modules/.bin/lerna publish from-git --yes --registry " $NPM_CONFIG_REGISTRY " --no-push --no-verify-access
9+ ./node_modules/.bin/lerna publish from-git --yes --registry " $NPM_CONFIG_REGISTRY " --no-push --no-verify-access --access " $NPM_CONFIG_ACCESS " --provenance
You can’t perform that action at this time.
0 commit comments