5865: Rename rust_analyzer lib in the binaries before publishing r=matklad a=pksunkara

@matklad Tested and working with publish dry run. Please run the action manually once merged.

Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
This commit is contained in:
bors[bot] 2020-08-25 09:40:36 +00:00 committed by GitHub
commit ed51f5b424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,4 +41,5 @@ jobs:
git config --global user.name "Github Action"
rm Cargo.lock
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