Auto merge of #17860 - Veykril:publish-libs, r=Veykril

fix: Fix publish libs workflow
This commit is contained in:
bors 2024-08-12 10:06:38 +00:00
commit 563dc1cd33

View File

@ -31,6 +31,6 @@ jobs:
git config --global user.email "runner@gha.local"
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