Skip to content

Commit

Permalink
fix: Fix publish libs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Aug 12, 2024
1 parent 56f63df commit 8cefa0f
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 8cefa0f

Please sign in to comment.