Skip to content

Commit dfca4fa

Browse files
fix: remove registry-url from setup-node, let semantic-release manage npm auth
1 parent d704363 commit dfca4fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: actions/setup-node@v5
1818
with:
1919
node-version: '22'
20-
registry-url: 'https://registry.npmjs.org'
2120
- name: Install dependencies
2221
run: yarn install
2322
- run: yarn typecheck

0 commit comments

Comments
 (0)