We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522e8f5 commit eb31246Copy full SHA for eb31246
.github/workflows/release-please.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
node-version: ${{ env.NODE_VERSION }}
29
cache: 'yarn'
30
+ registry-url: 'https://registry.npmjs.org'
31
32
- name: Install dependencies
33
if: ${{ steps.release.outputs.release_created }}
0 commit comments