We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb271eb commit 6070bf4Copy full SHA for 6070bf4
.github/workflows/release.yml
@@ -14,6 +14,8 @@ jobs:
14
- uses: actions/checkout@v3
15
- name: Setup Node
16
uses: actions/setup-node@v3
17
+ with:
18
+ registry-url: "https://registry.npmjs.org"
19
- name: Get yarn cache directory path
20
id: yarn-cache-dir-path
21
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
0 commit comments