From 738173a1af69a13745b9a502f515e6a9b907f2c5 Mon Sep 17 00:00:00 2001 From: Rain Date: Sun, 22 Oct 2023 22:37:14 -0700 Subject: [PATCH] [ci] include upload-rust-binary-action fix Include this fix: https://github.com/taiki-e/upload-rust-binary-action/pull/57 --- .github/workflows/release.yml | 2 +- site/src/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0a37ca4b6a..dc0b36ccb48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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. diff --git a/site/src/CHANGELOG.md b/site/src/CHANGELOG.md index c76c1fda40a..55b882528c0 100644 --- a/site/src/CHANGELOG.md +++ b/site/src/CHANGELOG.md @@ -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.