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 6f5e9de commit 875eec2Copy full SHA for 875eec2
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
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
39
- echo 'versions=["17","21",]' >> $GITHUB_OUTPUT
+ echo 'versions=["17","21"]' >> $GITHUB_OUTPUT
40
if [[ "$BRANCH" == "3.1.x" ]]; then
41
echo 'versions=["8","11","17"]' >> $GITHUB_OUTPUT
42
# Default: use all versions if branch not specified
0 commit comments