From ce1ea291d2c611fc039ccc18de6f514e76a88d06 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com> Date: Wed, 8 Sep 2021 11:05:17 +0900 Subject: [PATCH] install cargo-workspaces (#77) --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fec6a1..953834f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,6 +133,12 @@ jobs: needs: release steps: - uses: actions/checkout@v1 + + - name: Install cargo-workspaces + uses: actions-rs/install@v0.1 + with: + crate: cargo-workspaces + - name: Cargo publish run: | git config --global user.email "runner@gha.local"