From cf514f7b2c0888797b2445ed01492eb947bf98e1 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Wed, 28 Jun 2023 11:03:39 -0700 Subject: [PATCH] Fix crates publication step --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a699842e..3a54d5b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -718,6 +718,10 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') steps: + - uses: actions/checkout@v3 + - uses: actions-rs/toolchain@v1 + with: + toolchain: stable - name: Publish to creates.io uses: actions-rs/cargo@v1 with: