Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
talosross authored Nov 25, 2023
1 parent 02e996c commit 06dd906
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.get_version_name.outputs.version_name }}
name: Release ${{ steps.get_version_name.outputs.version_name }}
tag_name: ${{ steps.tag.outputs.tag }}
generate_release_notes: true
prerelease: true
files: |
Expand Down

0 comments on commit 06dd906

Please sign in to comment.