mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
fix: something
This commit is contained in:
parent
7a04b2e8c1
commit
7786a69c37
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
|
@ -67,7 +67,10 @@ jobs:
|
|||
uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923
|
||||
with:
|
||||
tag: ${{ steps.semantic.outputs.release-version }}
|
||||
message: ${{ steps.semantic.outputs.name }}\n${{ steps.semantic.outputs.release-notes }}
|
||||
message: |
|
||||
${{ steps.semantic.outputs.name }}
|
||||
|
||||
${{ steps.semantic.outputs.release-notes }}
|
||||
#TODO: force_push_tag is true for debug purpose only
|
||||
force_push_tag: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue