From f278a284c4bc46e9c1dac0ede1dc86cb34130af4 Mon Sep 17 00:00:00 2001 From: Akshat Jain Date: Mon, 28 Apr 2025 17:45:44 +0530 Subject: [PATCH] chore: comment out APP_RELEASE variable update in build-branch workflow (#6989) --- .github/workflows/build-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 8a3ace585b..0141f7a150 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -273,7 +273,7 @@ jobs: run: | cp ./deploy/selfhost/install.sh deploy/selfhost/setup.sh sed -i 's/${APP_RELEASE:-stable}/${APP_RELEASE:-'${REL_VERSION}'}/g' deploy/selfhost/docker-compose.yml - sed -i 's/APP_RELEASE=stable/APP_RELEASE='${REL_VERSION}'/g' deploy/selfhost/variables.env + # sed -i 's/APP_RELEASE=stable/APP_RELEASE='${REL_VERSION}'/g' deploy/selfhost/variables.env - name: Create Release id: create_release