Skip to content

Commit 5dff747

Browse files
authored
ci: explicitly set npm registry url for publishing (#2493)
1 parent 49d883c commit 5dff747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-toolchain/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ runs:
7676
with:
7777
node-version: ${{ inputs.node-version }}
7878
cache: ${{ inputs.cache-npm-dependencies }}
79+
registry-url: https://registry.npmjs.org
7980
- name: Set up Xcode
8081
if: ${{ inputs.xcode-developer-dir != '' }}
8182
run: |

0 commit comments

Comments
 (0)