File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: publish
2
2
on :
3
3
workflow_dispatch : # We can add version input when 1.0 is released and scheduled releases are removed
4
4
5
- # schedule:
6
- # - cron: "0 0 * * *" # midnight UTC
5
+ # schedule:
6
+ # - cron: "0 0 * * *" # midnight UTC
7
7
8
8
push :
9
9
branches :
50
50
cargo workspaces rename --from test-utils test_utils
51
51
cargo workspaces rename --from text-edit text_edit
52
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
53
55
find crates/rust-analyzer -type f -name '*.rs' -exec sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g' {} +
54
56
cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$PATCH
You can’t perform that action at this time.
0 commit comments