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 60849eb + 02e1ac9 commit facec33Copy full SHA for facec33
.github/workflows/publish-release.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: JS-DevTools/npm-publish@v1
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
31
- registry: ${{ vars.PRIVATE_NPM_REGISTRY_URL }}
+ registry: "https://${{ vars.PRIVATE_NPM_REGISTRY_URL }}"
32
- name: Publish package to public npm registry
33
34
0 commit comments