Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit bc5e4fe

Browse files
committed
specify npm registry url [prerelease]
1 parent 3673f97 commit bc5e4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
# Needed to propagate the exit code of the publish command
8080
set -o pipefail
81-
lerna publish from-package --dist-tag prerelease --yes 2>&1 | tee lerna-debug.log
81+
lerna publish from-package --dist-tag prerelease --registry https://registry.npmjs.org/ --yes 2>&1 | tee lerna-debug.log
8282
- name: Exit if 'lerna publish' failed
8383
if: success() != true
8484
run: |

0 commit comments

Comments
 (0)