From 37f48d4bc871b75e61f3719ec3ef2ba04fa86dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Thu, 24 Nov 2022 10:07:13 -0500 Subject: [PATCH] Align versionning in firmware - release --- .github/workflows/esp-idf-v4.3-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/esp-idf-v4.3-build.yml b/.github/workflows/esp-idf-v4.3-build.yml index e20d02f96..1775e6120 100644 --- a/.github/workflows/esp-idf-v4.3-build.yml +++ b/.github/workflows/esp-idf-v4.3-build.yml @@ -65,7 +65,7 @@ jobs: BUILD_NUMBER=${{ needs.job1.outputs.build_number }} echo "BUILD_NUMBER=${BUILD_NUMBER}" >> $GITHUB_ENV echo "DOCKER_IMAGE_NAME=sle118/squeezelite-esp32-idfv4-master" >> $GITHUB_ENV - tag="${TARGET_BUILD_NAME}.${{matrix.depth}}.${BUILD_NUMBER}.${branch_name}" + tag="${TARGET_BUILD_NAME}.${{matrix.depth}}.${build_version_prefix}${BUILD_NUMBER}.${branch_name}" echo "tag=${tag}" >> $GITHUB_ENV last_commit="$(git log --pretty=format:'%s' --max-count=1)" if [[ "$last_commit" =~ .*"Release".* ]]; then echo "release_flag=1" >> $GITHUB_ENV; else echo "release_flag=0" >> $GITHUB_ENV; fi