fix(configure): remove `latest` tag

This commit is contained in:
Harry 2023-02-21 15:41:49 +00:00 committed by GitHub
parent 6afb95d1f8
commit 657196b282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -261,11 +261,7 @@ function deployCore() {
# Get the latest release version tag and create latest branch
tag=$(git describe --tags $(git rev-list --tags --max-count=1))
git checkout $tag -b latest
git describe --tags
# Set upstream to latest
git branch --set-upstream-to=origin/latest latest
git checkout $tag
# Get user auth infor for the runner
echo -e "Enter the runner Registry password: "