Skip to content

Commit

Permalink
Merge pull request #61 from crazy-max/fix-ci
Browse files Browse the repository at this point in the history
Use the proper commitish value that determines where the Git tag is created from
  • Loading branch information
tonistiigi authored Aug 30, 2021
2 parents 99c76af + 3570691 commit ae677ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -143,4 +144,4 @@ jobs:
-
name: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v1
uses: crazy-max/ghaction-dump-context@v1

0 comments on commit ae677ab

Please sign in to comment.