Skip to content

Commit e952fc6

Browse files
committed
Remove npm token from cli-release-prod to allow for trusted publishing
1 parent 6fe5e25 commit e952fc6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cli-release-prod.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,10 @@ jobs:
148148
- name: Set up Node.js for npm publishing
149149
uses: actions/setup-node@v4
150150
with:
151-
node-version: 20
151+
node-version: 24
152152
registry-url: https://registry.npmjs.org/
153153

154154
- name: Publish to npm
155155
run: |
156156
cd cli/release
157157
npm publish --access public
158-
env:
159-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)