mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 05:53:45 +00:00
fix: Fix publish libs workflow
This commit is contained in:
parent
56f63dfd8a
commit
8cefa0fab8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-libs.yaml
vendored
4
.github/workflows/publish-libs.yaml
vendored
|
@ -31,6 +31,6 @@ jobs:
|
||||||
git config --global user.email "runner@gha.local"
|
git config --global user.email "runner@gha.local"
|
||||||
git config --global user.name "GitHub Action"
|
git config --global user.name "GitHub Action"
|
||||||
# Remove r-a crates from the workspaces so we don't auto-publish them as well
|
# 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/"crates\/\*"//' ./Cargo.toml
|
||||||
sed -i 's/ "xtask\/"//' ./Cargo.toml
|
sed -i 's/"xtask\/"//' ./Cargo.toml
|
||||||
cargo workspaces publish --yes --exact --from-git --no-git-commit --allow-dirty
|
cargo workspaces publish --yes --exact --from-git --no-git-commit --allow-dirty
|
||||||
|
|
Loading…
Reference in a new issue