Skip to content

Commit d16ec04

Browse files
committed
Switch to OIDC
1 parent 53e9b68 commit d16ec04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
- name: Setup npm authentication
5656
uses: actions/setup-node@v3
5757
with:
58+
node-version: latest
5859
registry-url: https://registry.npmjs.org/
5960

6061
- name: Install dependencies
@@ -65,5 +66,3 @@ jobs:
6566

6667
- name: Publish
6768
run: npm publish --access=public --provenance
68-
env:
69-
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 commit comments

Comments
 (0)