Skip to content

Commit a32dc81

Browse files
committed
Remove old node auth token and upgrade npm
1 parent fdc4624 commit a32dc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
with:
4242
node-version: "24.x"
4343
registry-url: "https://registry.npmjs.org"
44+
- name: Upgrade npm for OIDC
45+
run: npm i -g npm@^11.5.1
4446
- name: Install dependencies
4547
run: yarn install --non-interactive --frozen-lockfile
4648
- name: Build
4749
run: yarn run build
4850
- name: Publish to npm registry
4951
run: npm publish --access public
50-
env:
51-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5252
- name: Create Release
5353
id: create_release
5454
uses: actions/create-release@v1

0 commit comments

Comments
 (0)