mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
WORKFLOW: fixing version extrator - debug
This commit is contained in:
parent
20789a3afa
commit
16c70c8242
2
.github/workflows/cooker-selfhosted.yml
vendored
2
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -65,6 +65,8 @@ jobs:
|
|||
- name: "Generate version tag"
|
||||
run: |
|
||||
source automation_tools/version_extractor.sh
|
||||
MANIFEST_VERSION="$(fetch_manifest_version)"
|
||||
echo "$MANIFEST_VERSION"
|
||||
echo "MANIFEST_VERSION=$(fetch_manifest_version)" >> $GITHUB_ENV
|
||||
if [[ "$BRANCH_NAME" == 'refs/'* ]]; then
|
||||
pr_number=$(echo ${{env.BRANCH_NAME}} | awk -F'/' '{print $3}')
|
||||
|
|
Loading…
Reference in a new issue