Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Oct 29, 2023
1 parent 32622ff commit ea8ee6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/release-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

Expand Down

0 comments on commit ea8ee6d

Please sign in to comment.