mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
Don't try to auto-publish text-edit
This commit is contained in:
parent
1d65cd466f
commit
a2a9a048b6
1 changed files with 0 additions and 1 deletions
1
.github/workflows/autopublish.yaml
vendored
1
.github/workflows/autopublish.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue