Update push-tag-release.yml
This commit is contained in:
parent
2b72b2ee45
commit
8331addae8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue