We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cf232 commit 33f8effCopy full SHA for 33f8eff
.github/workflows/publish.yaml
@@ -57,9 +57,6 @@ jobs:
57
- name: Print Environment Info
58
run: pnpm exec nx report
59
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
-
64
- name: Publish packages
65
- run: pnpm exec nx release publish --access public
+ # Ensure npm 11.5.1 or later for trusted publishing
+ run: npm install -g npm@latest && pnpm exec nx release publish --access public
0 commit comments