diff --git a/.github/workflows/rust-build-release.yml b/.github/workflows/rust-build-release.yml index c8da739..13a5ba4 100644 --- a/.github/workflows/rust-build-release.yml +++ b/.github/workflows/rust-build-release.yml @@ -99,10 +99,6 @@ jobs: pattern: autokuma-* merge-multiple: true - - name: Publish to crates.io - shell: bash - run: cargo release --workspace --execute --no-confirm - - name: Create Release id: create_release uses: softprops/action-gh-release@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6170032..87334e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2024-04-2 +### Fixed +- Release pipeline + ## [0.4.0] - 2024-04-2 ### Added - Ability to replace template values in tag names (as long as the tags start with the defined prefix), see [#14](https://github.com/BigBoot/AutoKuma/issues/14)