We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4aca0f commit db027a1Copy full SHA for db027a1
1 file changed
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
uses: actions/setup-node@v1
94
with:
95
node-version: ${{ env.PRIMARY_NODE_VERSION }}
96
- registry-url: ${{ env.$REGISTRY }}
+ registry-url: ${{ env.REGISTRY }}
97
98
- name: Get yarn cache directory path
99
id: yarn-cache-dir-path
0 commit comments