diff --git a/.github/workflows/scripts/release-test.sh b/.github/workflows/scripts/release-test.sh index af266a30d74..a93cf3b8daa 100644 --- a/.github/workflows/scripts/release-test.sh +++ b/.github/workflows/scripts/release-test.sh @@ -40,7 +40,7 @@ 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 --set-upstream origin "$releaseBranch" + git push --set-upstream origin fix-release-workflow echo "Pushed the changes to the remote branch." }