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