We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2782d2 commit a36c105Copy full SHA for a36c105
.github/workflows/release-crates.yml
@@ -20,4 +20,4 @@ jobs:
20
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
21
- run: |
22
cargo install cargo-workspaces
23
- cargo workspaces publish --from-git -y
+ cargo workspaces publish --no-remove-dev-deps --from-git -y
.github/workflows/release.yml
@@ -259,4 +259,4 @@ jobs:
259
260
261
262
0 commit comments