From 5131865b636b48c3caa49d775b228f73e49dfcb4 Mon Sep 17 00:00:00 2001 From: Viren Baraiya Date: Mon, 24 Jul 2023 20:03:49 -0700 Subject: [PATCH] disable commit (temporarily) --- .github/workflows/publish_from_main_repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_from_main_repo.yml b/.github/workflows/publish_from_main_repo.yml index 0f2d65c30..71fb7f950 100644 --- a/.github/workflows/publish_from_main_repo.yml +++ b/.github/workflows/publish_from_main_repo.yml @@ -32,8 +32,8 @@ jobs: ./gradlew generateLock saveLock git config --global user.name 'Anoop Panicker' git config --global user.email 'apanicker@netflix.com' - git commit -am "Update Conductor version dependency to $VERSION" - git push + # git commit -am "Update Conductor version dependency to $VERSION" + # git push cat dependencies.gradle | grep revConductor if [[ "$TAG" == *"$RC"* ]]; then echo "Publishing release candidate";