Unnamed repository; edit this file 'description' to name the repository.
fix: Fix publish libs workflow
Lukas Wirth 2024-08-12
parent 56f63df · commit 8cefa0f
-rw-r--r--.github/workflows/publish-libs.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish-libs.yaml b/.github/workflows/publish-libs.yaml
index 34ca53e2e5..945cbf6767 100644
--- a/.github/workflows/publish-libs.yaml
+++ b/.github/workflows/publish-libs.yaml
@@ -31,6 +31,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
# Remove r-a crates from the workspaces so we don't auto-publish them as well
- sed -i 's/ "crates\/\*"//' ./Cargo.toml
- sed -i 's/ "xtask\/"//' ./Cargo.toml
+ sed -i 's/"crates\/\*"//' ./Cargo.toml
+ sed -i 's/"xtask\/"//' ./Cargo.toml
cargo workspaces publish --yes --exact --from-git --no-git-commit --allow-dirty