aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-25 10:40:36 +0100
committerGitHub <[email protected]>2020-08-25 10:40:36 +0100
commited51f5b424161d9b37508bd9dbafc2f310ae8eb2 (patch)
tree1e8846ce8b8756ab3a9e1a8395dde9d27a0de023
parent96cbad9fb5a67dd6cd83fe217716d932300122b5 (diff)
parent2d75b3305deb47266c2e8079bedb5e6a43f21594 (diff)
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 <[email protected]>
-rw-r--r--.github/workflows/publish.yml1
1 files changed, 1 insertions, 0 deletions
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:
41 git config --global user.name "Github Action" 41 git config --global user.name "Github Action"
42 rm Cargo.lock 42 rm Cargo.lock
43 cargo workspaces rename ra_ap_%n 43 cargo workspaces rename ra_ap_%n
44 sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g' crates/rust-analyzer/**/*.rs
44 cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$PATCH 45 cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$PATCH