From 53bcd98eaead7344607441e89a71cfa9b8f9737e Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Sat, 30 Aug 2025 13:57:59 +0200 Subject: [PATCH] fix: add extra version identifier to output for better version tracking --- .github/workflows/sunnypilot-build-prebuilt.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sunnypilot-build-prebuilt.yaml b/.github/workflows/sunnypilot-build-prebuilt.yaml index a410cc47bb..524d756f68 100644 --- a/.github/workflows/sunnypilot-build-prebuilt.yaml +++ b/.github/workflows/sunnypilot-build-prebuilt.yaml @@ -66,6 +66,7 @@ jobs: echo "version=$BUILD" >> $GITHUB_OUTPUT echo "cancel_publish_in_progress=true" >> $GITHUB_OUTPUT echo "publish_concurrency_group=publish-${BRANCH}" >> $GITHUB_OUTPUT + echo "extra_version_identifier=$BRANCH" >> $GITHUB_OUTPUT else echo "Matched config: $CONFIG" environment=$(echo "$CONFIG" | jq -r '.environment')