Skip to content

Commit

Permalink
workflow/release: Associate custom tag information when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Mar 8, 2022
1 parent 59f6f24 commit 281e0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: ${{ steps.match-tag.outputs.match != '' }}
with:
tag_name: ${{ github.event.workflow_run.head_branch }}
generate_release_notes: true
files: |
releases/*

0 comments on commit 281e0ad

Please sign in to comment.