Skip to content

Commit a36c105

Browse files
committed
Fix cargo workspaces release
1 parent e2782d2 commit a36c105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
2121
- run: |
2222
cargo install cargo-workspaces
23-
cargo workspaces publish --from-git -y
23+
cargo workspaces publish --no-remove-dev-deps --from-git -y

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ jobs:
259259
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
260260
- run: |
261261
cargo install cargo-workspaces
262-
cargo workspaces publish --from-git -y
262+
cargo workspaces publish --no-remove-dev-deps --from-git -y

0 commit comments

Comments
 (0)