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 cd3efa0 commit b48992dCopy full SHA for b48992d
.github/workflows/CD.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Setup NODE
31
uses: actions/setup-node@v3
32
with:
33
+ registry-url: "https://registry.npmjs.org"
34
node-version: "20.x"
35
- name: Upload NPM
36
if: steps.semantic-release.outputs.released == 'true'
0 commit comments