Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Apr 2, 2024
1 parent dd55b33 commit 16feada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 16feada

Please sign in to comment.