diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be2c7a8ca0..313c67649d 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