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.
2 parents 7c53ff2 + 4079447 commit 563dc1cCopy full SHA for 563dc1c
src/tools/rust-analyzer/.github/workflows/publish-libs.yaml
@@ -31,6 +31,6 @@ jobs:
31
git config --global user.email "runner@gha.local"
32
git config --global user.name "GitHub Action"
33
# Remove r-a crates from the workspaces so we don't auto-publish them as well
34
- sed -i 's/ "crates\/\*"//' ./Cargo.toml
35
- sed -i 's/ "xtask\/"//' ./Cargo.toml
+ sed -i 's/"crates\/\*"//' ./Cargo.toml
+ sed -i 's/"xtask\/"//' ./Cargo.toml
36
cargo workspaces publish --yes --exact --from-git --no-git-commit --allow-dirty
0 commit comments