diff --git a/.github/scripts/upcoming_api_releases.sh b/.github/scripts/upcoming_api_releases.sh index af0a4010f..852cfc6b9 100755 --- a/.github/scripts/upcoming_api_releases.sh +++ b/.github/scripts/upcoming_api_releases.sh @@ -45,4 +45,4 @@ if [[ ${#dates_within_3_weeks[@]} -gt 0 ]]; then echo api_versions="${dates_within_3_weeks[*]}" >> "${GITHUB_OUTPUT:?}" else echo "No API Versions that will be released within the next 3 weeks." -fi \ No newline at end of file +fi