updating release.sh to use correct branch names

This commit is contained in:
2025-11-20 14:42:44 -06:00
parent a682e5233c
commit 889e1eaac3

View File

@@ -6,8 +6,8 @@
set -e set -e
CONFIG_FILE="app/web/config.py" CONFIG_FILE="app/web/config.py"
DEVELOP_BRANCH="develop" DEVELOP_BRANCH="nightly"
STAGING_BRANCH="staging" STAGING_BRANCH="beta"
MAIN_BRANCH="master" MAIN_BRANCH="master"
# Colors for output # Colors for output