Skip to content

Commit 2d75b33

Browse files
committed
Rename rust_analyzer lib in the binaries before publishing
1 parent b4bc346 commit 2d75b33

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)