We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3384a2 commit cc18512Copy full SHA for cc18512
.github/workflows/release_please.yml
@@ -54,6 +54,8 @@ jobs:
54
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
55
- name: Install cargo-workspaces
56
run: cargo install cargo-workspaces
57
+ - name: Clean target directory
58
+ run: rm -rf target
59
- name: Publish workspace crates
60
# `--no-remove-dev-deps` is a workaround for https://github.com/pksunkara/cargo-workspaces/issues/103
61
run: cargo workspaces publish --from-git --no-remove-dev-deps -y
0 commit comments