Skip to content

Commit f1cacda

Browse files
author
Victor Martins
committed
ci: add missing registry-url
1 parent 35d8333 commit f1cacda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- uses: actions/setup-node@v3
2727
with:
2828
node-version: ${{ matrix.node }}
29+
registry-url: 'https://registry.npmjs.org'
2930
- name: Install dependencies
3031
run: yarn install --frozen-lockfile
3132
- name: Run build

0 commit comments

Comments
 (0)