WORKFLOW: fixing version extrator - debug

This commit is contained in:
XargonWan 2024-07-18 13:35:01 +09:00
parent 20789a3afa
commit 16c70c8242

View file

@ -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}')