Merge pull request #428 from julio-matarranz/dev

fix : release automatically set as latest
This commit is contained in:
BitMaker 2024-06-11 00:24:33 +02:00 committed by GitHub
commit 2043b09157
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,7 @@ jobs:
tag_name: nerdminer-release-${{ needs.build.outputs.version }} tag_name: nerdminer-release-${{ needs.build.outputs.version }}
target_commitish: ${{ github.sha }} target_commitish: ${{ github.sha }}
generate_release_notes: true generate_release_notes: true
make_latest: true
fail_on_unmatched_files: true fail_on_unmatched_files: true
files: ${{ github.workspace }}/binaries/*.bin files: ${{ github.workspace }}/binaries/*.bin