From 2d75b3305deb47266c2e8079bedb5e6a43f21594 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Tue, 25 Aug 2020 11:32:22 +0200 Subject: Rename rust_analyzer lib in the binaries before publishing --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be2c7a8ca..313c67649 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 -- cgit v1.2.3