chore: comment out APP_RELEASE variable update in build-branch workflow (#6989)
This commit is contained in:
parent
2bcf6c76cd
commit
f278a284c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-branch.yml
vendored
2
.github/workflows/build-branch.yml
vendored
|
|
@ -273,7 +273,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cp ./deploy/selfhost/install.sh deploy/selfhost/setup.sh
|
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/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
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue