diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-11-09 01:36:11 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-11-09 01:36:11 +0000 |
commit | 24635a1b39b4af17cf6dbac1a29f3097241d3359 (patch) | |
tree | 09937ee1b6034a92438d07fcb1cabf7ac5dc6005 | |
parent | (cargo-release) start next development iteration 0.10.3-alpha.0 (diff) | |
download | miniserve-24635a1b39b4af17cf6dbac1a29f3097241d3359.tar.gz miniserve-24635a1b39b4af17cf6dbac1a29f3097241d3359.zip |
Actually fix publish workflow
-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 |