Update push-tag-release.yml

This commit is contained in:
mawenbo 2023-08-17 17:06:34 +08:00 committed by GitHub
parent 2b72b2ee45
commit 8331addae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
shell: bash shell: bash
run: | run: |
# Pull the code from the source repository # Pull the code from the source repository
git clone --branch=master-dev --depth=1 $source_repo ../source_repo git lfs clone --branch=master-dev --depth=1 $source_repo ../source_repo
version=$(cat ../source_repo/VERSION) version=$(cat ../source_repo/VERSION)
echo "version ${version} found." echo "version ${version} found."
# Organize the content # Organize the content