Skip to content

Commit 875eec2

Browse files
committed
Fixing deploy.yml
1 parent 6f5e9de commit 875eec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if [[ "$BRANCH" == "main" ]] || [[ "$BRANCH" == "4.3.x" ]]; then
3737
echo 'versions=["17","21","25"]' >> $GITHUB_OUTPUT
3838
if [[ "$BRANCH" == "4.2.x" ]] || [[ "$BRANCH" == "4.1.x" ]]; then
39-
echo 'versions=["17","21",]' >> $GITHUB_OUTPUT
39+
echo 'versions=["17","21"]' >> $GITHUB_OUTPUT
4040
if [[ "$BRANCH" == "3.1.x" ]]; then
4141
echo 'versions=["8","11","17"]' >> $GITHUB_OUTPUT
4242
# Default: use all versions if branch not specified

0 commit comments

Comments
 (0)