mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
feat: omg
This commit is contained in:
parent
9ec7b6bff6
commit
ee2d2f62c3
1 changed files with 14 additions and 5 deletions
19
.github/workflows/docker-publish.yml
vendored
19
.github/workflows/docker-publish.yml
vendored
|
@ -201,13 +201,22 @@ jobs:
|
|||
# build-args: |
|
||||
# VERSION=${{ steps.semantic.outputs.release-version }}
|
||||
|
||||
- name: Publish tag
|
||||
uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923
|
||||
#- name: Publish tag
|
||||
# uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923
|
||||
# with:
|
||||
# tag: ${{ needs.build_and_publish.outputs.next_version }}
|
||||
# message: |
|
||||
# ${{ needs.build_and_publish.outputs.next_version }}
|
||||
|
||||
# ${{ env.CHANGELOG }}
|
||||
# #TODO: force_push_tag is true for debug purpose only
|
||||
# force_push_tag: true
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag: ${{ needs.build_and_publish.outputs.next_version }}
|
||||
message: |
|
||||
body: |
|
||||
${{ needs.build_and_publish.outputs.next_version }}
|
||||
|
||||
${{ env.CHANGELOG }}
|
||||
#TODO: force_push_tag is true for debug purpose only
|
||||
force_push_tag: true
|
||||
|
|
Loading…
Reference in a new issue