Skip to content

Commit a4a262a

Browse files
Fix publish workflow: remove registry-url to allow OIDC auth
1 parent b607f8e commit a4a262a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 22
1919
cache: npm
20-
registry-url: https://registry.npmjs.org
20+
- run: npm config set registry https://registry.npmjs.org/
2121
- run: npm ci
2222
- run: npm run lint
2323
- run: npm test

0 commit comments

Comments
 (0)