Update build workflow to map 'release' branch to 'stable'

This commit is contained in:
mr. M
2025-01-07 22:42:55 +01:00
parent dd33e152fc
commit 2fc67fae18

View File

@@ -74,6 +74,8 @@ jobs:
branch="${{ inputs.update_branch }}"
if [[ $branch == "twilight" ]]; then
branch="dev"
elif [[ $branch == "release" ]]; then
branch="stable"
fi
if [[ $(git branch --show-current) != $branch ]]; then
echo ">>> Branch mismatch"