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