Skip to content

Commit

Permalink
release_name -> name
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Aug 26, 2024
1 parent 5ffba2d commit 8f6cec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8f6cec7

Please sign in to comment.