From 3d81c147bee68b4148351ce8f97eb28007ecb188 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 27 Jun 2023 16:25:38 +1000 Subject: [PATCH] fix `release-build.yml`: Explicitly set release_name to the same as tag (#1181) Fixed #699 Signed-off-by: Jiahao XU --- .github/workflows/release-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 20ab47f3..18ed7535 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -86,6 +86,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} + release_name: v${{ fromJSON(inputs.publish).version }} tag: v${{ fromJSON(inputs.publish).version }} body: ${{ fromJSON(inputs.publish).notes }} file: packages/cargo-binstall-*