Fix publish remote

This commit is contained in:
howardwu 2021-02-25 10:17:52 -08:00
parent 0c6a0ff9af
commit 69397f908b

View File

@ -4,7 +4,7 @@
$LEO login -u "$ALEO_PM_USERNAME" -p "$ALEO_PM_PASSWORD"
# Clone the test-app package.
$LEO clone test-app
$LEO clone "$ALEO_PM_USERNAME/test-app"
cd test-app || exit 1
# Fetch the current Leo package version number.