From 24635a1b39b4af17cf6dbac1a29f3097241d3359 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 9 Nov 2020 02:36:11 +0100 Subject: Actually fix publish workflow --- .github/workflows/publish.yml | 4 +--- 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/). ## [Unreleased] - ReleaseDate +- Actually fix publish workflow ## [0.10.2] - 2020-11-09 - Fix publish workflow -- cgit v1.2.3