Skip to content

Commit

Permalink
Merge pull request kubernetes#154 from chiukapoor/fix-done
Browse files Browse the repository at this point in the history
Add missing `done` in release branch script
  • Loading branch information
mitulshah-suse authored Jan 8, 2025
2 parents c2a28d7 + c1d1064 commit 09acf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ else
echo "[INFO] New release branches:"
for branch in "${NEW_RELEASE_BRANCHES[@]}"; do
echo "- $branch"

done
# Convert NEW_RELEASE_BRANCHES array to JSON string
echo "NEW_RELEASE_BRANCHES=$(printf '%s\n' "${NEW_RELEASE_BRANCHES[@]}" | awk '{printf "\"%s\",", $0}' | sed 's/,$/]/' | sed 's/^/[/' )" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 09acf70

Please sign in to comment.