Skip to content

Commit 2552e68

Browse files
committed
ci: fix oidc auth by removing registry-url conflict
1 parent ea49fa1 commit 2552e68

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
with:
8181
node-version: 22
8282
cache: pnpm
83-
registry-url: https://registry.npmjs.org
8483

8584
- name: Install dependencies
8685
run: pnpm install --frozen-lockfile
@@ -91,5 +90,4 @@ jobs:
9190
- name: Release
9291
env:
9392
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9593
run: pnpm exec semantic-release

0 commit comments

Comments
 (0)