Skip to content

Commit 50bade8

Browse files
committed
ci: inline clear NODE_AUTH_TOKEN
1 parent 462985b commit 50bade8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ jobs:
4545
npm config get registry
4646
npm whoami --registry https://registry.npmjs.org || true
4747
- name: Publish
48-
run: yarn lerna publish from-package --no-private --yes
48+
run: NODE_AUTH_TOKEN="" yarn lerna publish from-package --no-private --yes
4949
env:
50-
NODE_AUTH_TOKEN: ""
5150
NPM_CONFIG_USERCONFIG: "${{ runner.temp }}/.npmrc"
5251
NPM_CONFIG_PROVENANCE: "true"
5352
NPM_CONFIG_ACCESS: "public"

0 commit comments

Comments
 (0)