diff --git a/.github/workflows/scripts/release-test.sh b/.github/workflows/scripts/release-test.sh index e399e7f2ada..f0f263af0fb 100644 --- a/.github/workflows/scripts/release-test.sh +++ b/.github/workflows/scripts/release-test.sh @@ -39,6 +39,8 @@ dummy_long_running_process() { git add "$dummyFileName" git commit -m "Add dummy file ($dummyFileName) during release process" echo "Committed $dummyFileName to the branch." + git push + echo "Pushed the changes to the remote branch." } if [ -z "$GITHUB_RUN_NUMBER" ]; then