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
CONFIG_FILE="app/web/config.py"
DEVELOP_BRANCH="develop"
STAGING_BRANCH="staging"
DEVELOP_BRANCH="nightly"
STAGING_BRANCH="beta"
MAIN_BRANCH="master"
# Colors for output