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.
2 parents 7f0085e + c6f8c84 commit cbb5a20Copy full SHA for cbb5a20
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/setup-node@v4
33
with:
34
node-version: 8.x
35
- - run: npm config set registry ${{ secrets.NPM_REGISTRY_URL }}
+ registry-url: ${{ secrets.NPM_REGISTRY_URL }}
36
- run: yarn install
37
- name: Set version
38
if: github.event_name == 'workflow_dispatch'
0 commit comments