From 4d833105bb90bc915efd9f2c9701f51cf6b219db Mon Sep 17 00:00:00 2001 From: Kartik Date: Tue, 23 Apr 2024 12:15:18 +0530 Subject: [PATCH] fix: post merge release tagging --- .github/workflows/ci_merge_main.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_merge_main.yaml b/.github/workflows/ci_merge_main.yaml index 149e5040..ef4bdf8d 100644 --- a/.github/workflows/ci_merge_main.yaml +++ b/.github/workflows/ci_merge_main.yaml @@ -28,14 +28,15 @@ jobs: targets: wasm32-unknown-unknown components: rustfmt, clippy - - name: Semver release - uses: cocogitto/cocogitto-action@v3 - id: release + - name: install cocogitto + uses: baptiste0928/cargo-install@v2.2.0 with: - release: true - git-user: "Superposition Bot" - git-user-email: "super_bot@juspay.in" - check-latest-tag-only: true + crate: cocogitto + + - name: Semver release + shell: bash + run: | + cog bump --auto --skip-ci-override "[skip ci]" - name: Push code to main shell: bash