Skip to content

Commit

Permalink
fix: selecting the good commit for prerelease and generate the note
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-matarranz authored May 28, 2024
1 parent 2a1624d commit ee4324f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
with:
name: nerdminer-prerelease-${{ needs.build.outputs.version }}
tag_name: nerdminer-prerelease-${{ needs.build.outputs.version }}
target_commitish: ${{ github.sha }}
generate_release_notes: true
prerelease: true
fail_on_unmatched_files: true
files: ${{ github.workspace }}/binaries/*.bin
Expand Down

0 comments on commit ee4324f

Please sign in to comment.