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 b722ef7 commit 74cd68a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scripts/release-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74cd68a

Please sign in to comment.