Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 5131865

Browse files
committed
disable commit (temporarily)
1 parent 11e420e commit 5131865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_from_main_repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
./gradlew generateLock saveLock
3333
git config --global user.name 'Anoop Panicker'
3434
git config --global user.email 'apanicker@netflix.com'
35-
git commit -am "Update Conductor version dependency to $VERSION"
36-
git push
35+
# git commit -am "Update Conductor version dependency to $VERSION"
36+
# git push
3737
cat dependencies.gradle | grep revConductor
3838
if [[ "$TAG" == *"$RC"* ]]; then
3939
echo "Publishing release candidate";

0 commit comments

Comments
 (0)