Skip to content

Commit

Permalink
cargo-ws workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Mar 6, 2022
1 parent d13c444 commit c3b9d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3b9d9b

Please sign in to comment.