Skip to content

Commit 134889e

Browse files
authored
Merge pull request #19920 from ShoyuVanilla/patch-2
fix: Typo mistake in CI
2 parents 0c1272d + 51b9c87 commit 134889e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autopublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
cargo workspaces rename --from test-fixture test_fixture
5656
cargo workspaces rename --from test-utils test_utils
5757
# Remove library crates and xtask from the workspaces so we don't auto-publish them as well
58-
sed -i 's/"xtask\\/",//; s/ "lib\/\*",//' ./Cargo.toml
58+
sed -i 's|^members = .*$|members = ["crates/*"]|' Cargo.toml
5959
cargo workspaces rename ra_ap_%n
6060
find crates/rust-analyzer -type f -name '*.rs' -exec sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g' {} +
6161
cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$(($RUN_NUMBER + 133))

0 commit comments

Comments
 (0)