Skip to content

Commit

Permalink
Auto merge of #17860 - Veykril:publish-libs, r=Veykril
Browse files Browse the repository at this point in the history
fix: Fix publish libs workflow
  • Loading branch information
bors committed Aug 12, 2024
2 parents e75bd2e + 8cefa0f commit cb1afc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb1afc1

Please sign in to comment.