Skip to content

Commit

Permalink
fix: post merge release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Datron committed Apr 23, 2024
1 parent 15840e7 commit 4d83310
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci_merge_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
release: true
git-user: "Superposition Bot"
git-user-email: "[email protected]"
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
Expand Down

0 comments on commit 4d83310

Please sign in to comment.