Skip to content

Commit 33f8eff

Browse files
committed
ci: rm NODE_AUTH_TOKEN
1 parent a7cf232 commit 33f8eff

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
- name: Print Environment Info
5858
run: pnpm exec nx report
5959

60-
- name: Setup NPM
61-
# Ensure npm 11.5.1 or later for trusted publishing
62-
run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc && npm install -g npm@latest
63-
6460
- name: Publish packages
65-
run: pnpm exec nx release publish --access public
61+
# Ensure npm 11.5.1 or later for trusted publishing
62+
run: npm install -g npm@latest && pnpm exec nx release publish --access public

0 commit comments

Comments
 (0)