Skip to content

Commit

Permalink
[ci] include upload-rust-binary-action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Oct 23, 2023
1 parent 892325a commit 738173a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/upload-rust-binary-action@f6b013bbda0fb47fb0e7a25a1e437b51971fb241 # v1
- uses: taiki-e/upload-rust-binary-action@272c412055d610c1b1adf56e9f238aa88c5ebf45 # v1.17.1
with:
bin: cargo-nextest
# The tag name contains the binary name so just use that.
Expand Down
2 changes: 1 addition & 1 deletion site/src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
policy](book/stability.md) for how versioning works with cargo-nextest.

## [0.9.62-a.1] - 2023-10-22
## [0.9.62-a.2] - 2023-10-22

This is a test release.

Expand Down

0 comments on commit 738173a

Please sign in to comment.