From 15840e799cfc8f6b5acd2340d08084516ee33e1d Mon Sep 17 00:00:00 2001 From: Datron Date: Mon, 22 Apr 2024 17:59:30 +0530 Subject: [PATCH] chore: update merge workflow to work (#8) --- .github/workflows/ci_merge_main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_merge_main.yaml b/.github/workflows/ci_merge_main.yaml index 866bf11e..149e5040 100644 --- a/.github/workflows/ci_merge_main.yaml +++ b/.github/workflows/ci_merge_main.yaml @@ -35,10 +35,11 @@ jobs: release: true git-user: "Superposition Bot" git-user-email: "super_bot@juspay.in" + check-latest-tag-only: true - name: Push code to main shell: bash run: | git config user.email "super_bot@juspay.in" git config user.name "Superposition Bot" - git push --follow-tags + git push --follow-tags origin main