Skip to content

Commit facec33

Browse files
authored
Merge pull request #161 from flowforge/fix-private-npm-registry-url
FIX: Add scheme to private npm registry url in release pipeline
2 parents 60849eb + 02e1ac9 commit facec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: JS-DevTools/npm-publish@v1
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
31-
registry: ${{ vars.PRIVATE_NPM_REGISTRY_URL }}
31+
registry: "https://${{ vars.PRIVATE_NPM_REGISTRY_URL }}"
3232
- name: Publish package to public npm registry
3333
uses: JS-DevTools/npm-publish@v1
3434
with:

0 commit comments

Comments
 (0)