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 e8e0da5
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/ci_merge_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,24 @@ jobs:
targets: wasm32-unknown-unknown
components: rustfmt, clippy

- name: Semver release
uses: cocogitto/cocogitto-action@v3
id: release
- name: install cargo-edit to perform set-version
uses: baptiste0928/[email protected]
with:
release: true
git-user: "Superposition Bot"
git-user-email: "[email protected]"
check-latest-tag-only: true
crate: cargo-edit

- name: Push code to main
- name: install cocogitto
uses: baptiste0928/[email protected]
with:
crate: cocogitto

- name: Semver release
shell: bash
run: |
git config user.email "[email protected]"
git config user.name "Superposition Bot"
cog bump --auto --skip-ci-override "[skip ci]"
- name: Push code to main
shell: bash
run: |
git push --follow-tags origin main

0 comments on commit e8e0da5

Please sign in to comment.