Skip to content

Commit 563dc1c

Browse files
committed
Auto merge of #17860 - Veykril:publish-libs, r=Veykril
fix: Fix publish libs workflow
2 parents 7c53ff2 + 4079447 commit 563dc1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/rust-analyzer/.github/workflows/publish-libs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
git config --global user.email "runner@gha.local"
3232
git config --global user.name "GitHub Action"
3333
# Remove r-a crates from the workspaces so we don't auto-publish them as well
34-
sed -i 's/ "crates\/\*"//' ./Cargo.toml
35-
sed -i 's/ "xtask\/"//' ./Cargo.toml
34+
sed -i 's/"crates\/\*"//' ./Cargo.toml
35+
sed -i 's/"xtask\/"//' ./Cargo.toml
3636
cargo workspaces publish --yes --exact --from-git --no-git-commit --allow-dirty

0 commit comments

Comments
 (0)