mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
fix: Typo mistake in autopublish workflow
This commit is contained in:
parent
0c1272dcbb
commit
51b9c872fa
2
.github/workflows/autopublish.yaml
vendored
2
.github/workflows/autopublish.yaml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
cargo workspaces rename --from test-fixture test_fixture
|
||||
cargo workspaces rename --from test-utils test_utils
|
||||
# Remove library crates and xtask from the workspaces so we don't auto-publish them as well
|
||||
sed -i 's/"xtask\\/",//; s/ "lib\/\*",//' ./Cargo.toml
|
||||
sed -i 's|^members = .*$|members = ["crates/*"]|' Cargo.toml
|
||||
cargo workspaces rename ra_ap_%n
|
||||
find crates/rust-analyzer -type f -name '*.rs' -exec sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g' {} +
|
||||
cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$(($RUN_NUMBER + 133))
|
||||
|
Loading…
x
Reference in New Issue
Block a user