Skip to content

Commit 19ec59d

Browse files
updated release workflow
1 parent 4a910ce commit 19ec59d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,11 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- name: Clear npmrc to enforce OIDC auth
23-
run: |
24-
rm -f ~/.npmrc
25-
rm -f .npmrc
26-
2722
- name: Setup Node.js
2823
uses: actions/setup-node@v4
2924
with:
3025
node-version: '20'
3126
registry-url: 'https://registry.npmjs.org'
32-
always-auth: true
3327

3428
- name: Install dependencies
3529
run: npm install

0 commit comments

Comments
 (0)