From b686974abfc708fa754f72044b21bcdfa78d3e4f Mon Sep 17 00:00:00 2001 From: JayaShakthi97 Date: Sun, 29 Oct 2023 11:06:34 +0530 Subject: [PATCH] Update release --- .github/workflows/scripts/release-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/release-test.sh b/.github/workflows/scripts/release-test.sh index 37255cbdcfa..77097490bc6 100644 --- a/.github/workflows/scripts/release-test.sh +++ b/.github/workflows/scripts/release-test.sh @@ -38,7 +38,7 @@ dummy_long_running_process() { local dummyFileName="dummy_file_$GITHUB_RUN_NUMBER.txt" echo "This is a dummy file generated during the release process." > "$dummyFileName" git add "$dummyFileName" - git commit -m "Add dummy file ($dummyFileName) during release process" + git commit -m "[skip ci] Add dummy file ($dummyFileName) during release process" echo "Committed $dummyFileName to the branch." git push --set-upstream origin fix-release-workflow echo "Pushed the changes to the remote branch."