diff options
-rw-r--r-- | .github/workflows/publish.yml | 4 | ||||
-rw-r--r-- | CHANGELOG.md | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4cb9cd5..2f4af6f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,10 +63,8 @@ jobs: - name: Setup Rust toolchain uses: actions-rs/toolchain@v1 with: - profile: minimal + toolchain: stable target: ${{ matrix.target }} - toolchain: ${{ matrix.rust }} - override: true - name: cargo build uses: actions-rs/cargo@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aaf30d..0be34a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). <!-- next-header --> ## [Unreleased] - ReleaseDate +- Actually fix publish workflow ## [0.10.2] - 2020-11-09 - Fix publish workflow |