Update CD Workflow

This commit is contained in:
Stefan Zweifel 2020-03-14 13:39:33 +01:00
parent 480e111bf8
commit 172c2a2fc3
1 changed files with 2 additions and 0 deletions

View File

@ -25,5 +25,7 @@ jobs:
with:
draft: false
prerelease: false
body: |
See [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) for details.
release_name: "${{ steps.determine-tag.outputs.tag }}"
tag_name: "${{ steps.determine-tag.outputs.tag }}"