mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Update CD Workflow
This commit is contained in:
parent
480e111bf8
commit
172c2a2fc3
2
.github/workflows/continuous-deployment.yml
vendored
2
.github/workflows/continuous-deployment.yml
vendored
@ -25,5 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: 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 }}"
|
release_name: "${{ steps.determine-tag.outputs.tag }}"
|
||||||
tag_name: "${{ steps.determine-tag.outputs.tag }}"
|
tag_name: "${{ steps.determine-tag.outputs.tag }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user