mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-25 09:02:08 +08:00
Update CD Workflow
This commit is contained in:
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 }}"
|
||||||
|
Reference in New Issue
Block a user