Skip to content

Commit ee4324f

Browse files
fix: selecting the good commit for prerelease and generate the note
1 parent 2a1624d commit ee4324f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
with:
6868
name: nerdminer-prerelease-${{ needs.build.outputs.version }}
6969
tag_name: nerdminer-prerelease-${{ needs.build.outputs.version }}
70+
target_commitish: ${{ github.sha }}
71+
generate_release_notes: true
7072
prerelease: true
7173
fail_on_unmatched_files: true
7274
files: ${{ github.workspace }}/binaries/*.bin

0 commit comments

Comments
 (0)