Skip to content

Commit 56f46c2

Browse files
authored
Merge pull request rust-lang#18477 from lnicola/rm-ap-text-edit
minor: Don't try to auto-publish text-edit
2 parents acfacff + 1330cd1 commit 56f46c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/rust-analyzer/.github/workflows/autopublish.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
cargo workspaces rename --from project-model project_model
5454
cargo workspaces rename --from test-fixture test_fixture
5555
cargo workspaces rename --from test-utils test_utils
56-
cargo workspaces rename --from text-edit text_edit
5756
# Remove library crates from the workspaces so we don't auto-publish them as well
5857
sed -i 's/ "lib\/\*",//' ./Cargo.toml
5958
cargo workspaces rename ra_ap_%n

0 commit comments

Comments
 (0)