-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |