From 357069145f6fb8655e5d79b46dac6f718ae9ffc8 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 30 Aug 2021 11:06:49 +0200 Subject: [PATCH] Use the proper commitish value that determines where the Git tag is created from Signed-off-by: CrazyMax --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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