We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875eec2 commit 6450febCopy full SHA for 6450feb
.github/workflows/deploy.yml
@@ -35,9 +35,9 @@ jobs:
35
# Main branch supports all versions
36
if [[ "$BRANCH" == "main" ]] || [[ "$BRANCH" == "4.3.x" ]]; then
37
echo 'versions=["17","21","25"]' >> $GITHUB_OUTPUT
38
- if [[ "$BRANCH" == "4.2.x" ]] || [[ "$BRANCH" == "4.1.x" ]]; then
+ elif [[ "$BRANCH" == "4.2.x" ]] || [[ "$BRANCH" == "4.1.x" ]]; then
39
echo 'versions=["17","21"]' >> $GITHUB_OUTPUT
40
- if [[ "$BRANCH" == "3.1.x" ]]; then
+ elif [[ "$BRANCH" == "3.1.x" ]]; then
41
echo 'versions=["8","11","17"]' >> $GITHUB_OUTPUT
42
# Default: use all versions if branch not specified
43
else
0 commit comments