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 0c1272d + 51b9c87 commit 134889eCopy full SHA for 134889e
.github/workflows/autopublish.yaml
@@ -55,7 +55,7 @@ jobs:
55
cargo workspaces rename --from test-fixture test_fixture
56
cargo workspaces rename --from test-utils test_utils
57
# Remove library crates and xtask from the workspaces so we don't auto-publish them as well
58
- sed -i 's/"xtask\\/",//; s/ "lib\/\*",//' ./Cargo.toml
+ sed -i 's|^members = .*$|members = ["crates/*"]|' Cargo.toml
59
cargo workspaces rename ra_ap_%n
60
find crates/rust-analyzer -type f -name '*.rs' -exec sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g' {} +
61
cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$(($RUN_NUMBER + 133))
0 commit comments