Skip to content

Commit 48857ab

Browse files
committed
fix condition on install command
1 parent 5c206e5 commit 48857ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- name: Install Rust
166166
uses: dtolnay/rust-toolchain@stable
167167
- name: Install b2sum on macOS
168-
if: startsWith(matrix.target, 'macos')
168+
if: startsWith(matrix.os, 'macos')
169169
run: |
170170
brew install b2sum
171171
- uses: taiki-e/upload-rust-binary-action@4398438f25ce68e99e82e90744c88604b9b218a3 # v1.23.0

site/src/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc_depth: 1
88
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
99
policy](https://nexte.st/docs/stability/) for how versioning works with cargo-nextest.
1010

11-
## [0.9.85-rc.1] - 2024-11-24
11+
## [0.9.85-rc.2] - 2024-11-24
1212

1313
### Changed
1414

@@ -1192,7 +1192,7 @@ Supported in this initial release:
11921192
- [Test retries](https://nexte.st/book/retries.md) and flaky test detection
11931193
- [JUnit support](https://nexte.st/book/junit.md) for integration with other test tooling
11941194

1195-
[0.9.85-rc.1]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.85-rc.1
1195+
[0.9.85-rc.2]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.85-rc.2
11961196
[0.9.84]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.84
11971197
[0.9.83]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.83
11981198
[0.9.82]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.82

0 commit comments

Comments
 (0)