Skip to content

Commit 29b94b3

Browse files
committed
Add registry-url for publishing to npm
1 parent 23904bc commit 29b94b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: "22"
23+
registry-url: https://registry.npmjs.org # Needed to make auth work for publishing
2324

2425
- name: Install dependencies
2526
run: npm ci

0 commit comments

Comments
 (0)