From 16feadafe9b49edcd3be48a3aafe5994f28f6aaa Mon Sep 17 00:00:00 2001 From: Marco Kirchner Date: Tue, 2 Apr 2024 21:08:37 +0200 Subject: [PATCH] fix release pipeline --- .github/workflows/rust-build-release.yml | 4 ---- CHANGELOG.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) 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)