mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Rename rust_analyzer lib in the binaries before publishing
This commit is contained in:
parent
b4bc346498
commit
2d75b3305d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -41,4 +41,5 @@ jobs:
|
||||||
git config --global user.name "Github Action"
|
git config --global user.name "Github Action"
|
||||||
rm Cargo.lock
|
rm Cargo.lock
|
||||||
cargo workspaces rename ra_ap_%n
|
cargo workspaces rename ra_ap_%n
|
||||||
|
sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g' crates/rust-analyzer/**/*.rs
|
||||||
cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$PATCH
|
cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$PATCH
|
||||||
|
|
Loading…
Reference in a new issue