From e4499ab8d36db4b01159f59ce4e94e547f8a7705 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 20 Nov 2022 13:48:53 +0530 Subject: [PATCH] fix(release): make push command branch agnostic --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ffb0d0b..b4fc7efa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,4 +104,4 @@ jobs: ./gradlew -q --no-configuration-cache bumpSnapshot truncate -s 0 distribution/whatsnew/whatsnew-en-GB # Clear changelog git commit -am 'feat(release): start next development iteration' - git push origin main + git push -u origin