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 bee4926 commit 4079447Copy full SHA for 4079447
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