Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/publish-libs.yaml')
-rw-r--r--.github/workflows/publish-libs.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish-libs.yaml b/.github/workflows/publish-libs.yaml
index 862373ec1c..34ca53e2e5 100644
--- a/.github/workflows/publish-libs.yaml
+++ b/.github/workflows/publish-libs.yaml
@@ -32,4 +32,5 @@ jobs:
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
cargo workspaces publish --yes --exact --from-git --no-git-commit --allow-dirty