diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aae0f97b..b60cd736 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,6 +135,7 @@ jobs: prerelease: ${{ github.event.inputs.latest != 'true' }} files: bin/*.tar.gz fail_on_unmatched_files: false + target_commitish: ${{ github.sha }} body: | * logs: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }} * qemu repo: ${{ steps.prep.outputs.repo }}/tree/${{ steps.prep.outputs.ref }} @@ -143,4 +144,4 @@ jobs: - name: Dump context if: always() - uses: crazy-max/ghaction-dump-context@v1 \ No newline at end of file + uses: crazy-max/ghaction-dump-context@v1