From 8f6cec717d5350e4208e6773659f7b661ff35224 Mon Sep 17 00:00:00 2001 From: johnche Date: Mon, 26 Aug 2024 17:08:03 +0800 Subject: [PATCH] release_name -> name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54f92b7..3ea66a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -522,7 +522,7 @@ jobs: uses: softprops/action-gh-release@v2 with: tag_name: V8_${{github.event.inputs.v8_revision}}_${{github.event.inputs.wrap_new}}_${{ github.event.inputs.tag_date }} - release_name: V8_${{github.event.inputs.v8_revision}}_${{github.event.inputs.wrap_new}}_${{ github.event.inputs.tag_date }} + name: V8_${{github.event.inputs.v8_revision}}_${{github.event.inputs.wrap_new}}_${{ github.event.inputs.tag_date }} draft: false prerelease: false files: ./v8_bin_${{github.event.inputs.v8_revision}}.tgz @@ -546,7 +546,7 @@ jobs: uses: softprops/action-gh-release@v2 with: tag_name: V8_${{github.event.inputs.v8_revision}}_${{github.event.inputs.wrap_new}}_${{ github.event.inputs.tag_date }} - release_name: V8_${{github.event.inputs.v8_revision}}_${{github.event.inputs.wrap_new}}_${{ github.event.inputs.tag_date }} + name: V8_${{github.event.inputs.v8_revision}}_${{github.event.inputs.wrap_new}}_${{ github.event.inputs.tag_date }} draft: false prerelease: false files: ./v8_bin_${{github.event.inputs.v8_revision}}.tgz