We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8769cd2 + a92ec74 commit a9c29a9Copy full SHA for a9c29a9
.github/workflows/autopublish.yaml
@@ -49,8 +49,8 @@ jobs:
49
cargo workspaces rename --from project-model project_model
50
cargo workspaces rename --from test-utils test_utils
51
cargo workspaces rename --from text-edit text_edit
52
- cargo workspaces rename ra_ap_%n
53
# Remove library crates from the workspaces so we don't auto-publish them as well
54
sed -i 's/ "lib\/\*",//' ./Cargo.toml
+ cargo workspaces rename ra_ap_%n
55
find crates/rust-analyzer -type f -name '*.rs' -exec sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g' {} +
56
cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$(($RUN_NUMBER + 133))
0 commit comments