From c3b9d9b63563398f477fee78bba94a50dd8f1eee Mon Sep 17 00:00:00 2001 From: Ian Macalinao Date: Sat, 5 Mar 2022 20:31:37 -0600 Subject: [PATCH] cargo-ws workspaces --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7aeb472..9922c50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN }} - uses: Swatinem/rust-cache@v1 - name: Publish crates - run: nix shell .#ci --command cargo-ws publish --from-git --yes --skip-published --token ${{ secrets.CARGO_PUBLISH_TOKEN }} + run: nix shell .#ci --command cargo-ws workspaces publish --from-git --yes --skip-published --token ${{ secrets.CARGO_PUBLISH_TOKEN }} release-binaries: runs-on: ubuntu-latest