We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462985b commit 50bade8Copy full SHA for 50bade8
1 file changed
.github/workflows/publish.yml
@@ -45,9 +45,8 @@ jobs:
45
npm config get registry
46
npm whoami --registry https://registry.npmjs.org || true
47
- name: Publish
48
- run: yarn lerna publish from-package --no-private --yes
+ run: NODE_AUTH_TOKEN="" yarn lerna publish from-package --no-private --yes
49
env:
50
- NODE_AUTH_TOKEN: ""
51
NPM_CONFIG_USERCONFIG: "${{ runner.temp }}/.npmrc"
52
NPM_CONFIG_PROVENANCE: "true"
53
NPM_CONFIG_ACCESS: "public"
0 commit comments