Skip to content

Commit ed51f5b

Browse files
bors[bot]pksunkara
andauthored
Merge #5865
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>
2 parents 96cbad9 + 2d75b33 commit ed51f5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
git config --global user.name "Github Action"
4242
rm Cargo.lock
4343
cargo workspaces rename ra_ap_%n
44+
sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g' crates/rust-analyzer/**/*.rs
4445
cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$PATCH

0 commit comments

Comments
 (0)