diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-08-12 11:50:35 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-08-12 11:52:04 +0200 |
| commit | 407944764ae9bc71ec7957adf36a414bd2f55e29 (patch) | |
| tree | fa4c25ad6634e6e3812fe3b3c09b2ac14c9dd175 /src/tools | |
| parent | bee4926ae76aa5bba1ab892bfa5db0f75107b1da (diff) | |
| download | rust-407944764ae9bc71ec7957adf36a414bd2f55e29.tar.gz rust-407944764ae9bc71ec7957adf36a414bd2f55e29.zip | |
fix: Fix publish libs workflow
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/publish-libs.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/publish-libs.yaml b/src/tools/rust-analyzer/.github/workflows/publish-libs.yaml index 34ca53e2e53..945cbf6767b 100644 --- a/src/tools/rust-analyzer/.github/workflows/publish-libs.yaml +++ b/src/tools/rust-analyzer/.github/workflows/publish-libs.yaml @@ -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 |
