Skip to content

Commit 6070bf4

Browse files
committed
node registry url in release
1 parent bb271eb commit 6070bf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- name: Setup Node
1616
uses: actions/setup-node@v3
17+
with:
18+
registry-url: "https://registry.npmjs.org"
1719
- name: Get yarn cache directory path
1820
id: yarn-cache-dir-path
1921
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"

0 commit comments

Comments
 (0)