Skip to content

Commit cb1afc1

Browse files
committed
Auto merge of #17860 - Veykril:publish-libs, r=Veykril
fix: Fix publish libs workflow
2 parents e75bd2e + 8cefa0f commit cb1afc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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 "[email protected]"
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)