diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2024-11-04 13:37:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-04 13:37:01 +0000 |
| commit | 56f46c2826b4d664ed697a4eab9132d6785527a9 (patch) | |
| tree | 7d67abc45d19e65596356e3f37e5a89c7445a036 | |
| parent | acfacff642dd7a4482391fba84fcc8875e2e5b05 (diff) | |
| parent | 1330cd1888ca1cb7ae2785dc1a18d55d3a3f21b7 (diff) | |
| download | rust-56f46c2826b4d664ed697a4eab9132d6785527a9.tar.gz rust-56f46c2826b4d664ed697a4eab9132d6785527a9.zip | |
Merge pull request #18477 from lnicola/rm-ap-text-edit
minor: Don't try to auto-publish text-edit
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/autopublish.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/autopublish.yaml b/src/tools/rust-analyzer/.github/workflows/autopublish.yaml index e0135a0269a..5258d9ddd3a 100644 --- a/src/tools/rust-analyzer/.github/workflows/autopublish.yaml +++ b/src/tools/rust-analyzer/.github/workflows/autopublish.yaml @@ -53,7 +53,6 @@ jobs: cargo workspaces rename --from project-model project_model cargo workspaces rename --from test-fixture test_fixture cargo workspaces rename --from test-utils test_utils - cargo workspaces rename --from text-edit text_edit # Remove library crates from the workspaces so we don't auto-publish them as well sed -i 's/ "lib\/\*",//' ./Cargo.toml cargo workspaces rename ra_ap_%n |
