diff --git a/.github/workflows/sunnypilot-build-prebuilt.yaml b/.github/workflows/sunnypilot-build-prebuilt.yaml index b5e781db6a..d654f5ab46 100644 --- a/.github/workflows/sunnypilot-build-prebuilt.yaml +++ b/.github/workflows/sunnypilot-build-prebuilt.yaml @@ -65,7 +65,7 @@ jobs: echo "version=$BUILD" >> $GITHUB_OUTPUT echo "cancel_publish_in_progress=true" >> $GITHUB_OUTPUT echo "publish_concurrency_group=publish-${BRANCH}" >> $GITHUB_OUTPUT - echo "environment=feature-branch >> $GITHUB_OUTPUT + echo "environment=feature-branch" >> $GITHUB_OUTPUT echo "extra_version_identifier=feature-branch" >> $GITHUB_OUTPUT else echo "Matched config: $CONFIG"