Skip to content

Commit 6450feb

Browse files
committed
Fixing deploy.yml
1 parent 875eec2 commit 6450feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
# Main branch supports all versions
3636
if [[ "$BRANCH" == "main" ]] || [[ "$BRANCH" == "4.3.x" ]]; then
3737
echo 'versions=["17","21","25"]' >> $GITHUB_OUTPUT
38-
if [[ "$BRANCH" == "4.2.x" ]] || [[ "$BRANCH" == "4.1.x" ]]; then
38+
elif [[ "$BRANCH" == "4.2.x" ]] || [[ "$BRANCH" == "4.1.x" ]]; then
3939
echo 'versions=["17","21"]' >> $GITHUB_OUTPUT
40-
if [[ "$BRANCH" == "3.1.x" ]]; then
40+
elif [[ "$BRANCH" == "3.1.x" ]]; then
4141
echo 'versions=["8","11","17"]' >> $GITHUB_OUTPUT
4242
# Default: use all versions if branch not specified
4343
else

0 commit comments

Comments
 (0)