From 5b37089def079657b1579808cf1c960e5442161a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Gonz=C3=A1lez?= Date: Fri, 5 Nov 2021 19:00:56 +0100 Subject: [PATCH] Add toolchain to release workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ismael González --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c7f779..d139537 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: - name: Configure toolchain uses: actions-rs/toolchain@v1 with: + toolchain: stable profile: minimal target: ${{ env.TARGET }} @@ -79,7 +80,7 @@ jobs: run: echo TODO publish-release: - name: Build a release artifacts + name: Publish a new release runs-on: ubuntu-latest steps: - name: Get the version