diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3004c9c..2b489d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,8 +93,6 @@ jobs: uses: actions/checkout@v2 - name: Install rust uses: actions-rs/toolchain@v1 - with: - command: check - name: Builds release uses: actions-rs/cargo@v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 48147cb..9be13f2 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] +### Fixed + +- Fixed Windows releases (due to typo in the github action script). + ## [0.7.2] - 2023-05-01 ### Added