mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
fix: something
This commit is contained in:
parent
2663b4df8c
commit
28b713f4aa
1 changed files with 10 additions and 10 deletions
20
.github/workflows/docker-publish.yml
vendored
20
.github/workflows/docker-publish.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
"@semantic-release/github",
|
||||
"@semantic-release/release-notes-generator"
|
||||
]
|
||||
dry_run: true
|
||||
dry_run: false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
@ -63,16 +63,16 @@ jobs:
|
|||
# build-args: |
|
||||
# VERSION=${{ steps.semantic.outputs.release-version }}
|
||||
|
||||
- name: Publish tag
|
||||
uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923
|
||||
with:
|
||||
tag: ${{ steps.semantic.outputs.release-version }}
|
||||
message: |
|
||||
${{ steps.semantic.outputs.name }}
|
||||
#- name: Publish tag
|
||||
# uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923
|
||||
# with:
|
||||
# tag: ${{ steps.semantic.outputs.release-version }}
|
||||
# message: |
|
||||
# ${{ steps.semantic.outputs.name }}
|
||||
|
||||
${{ steps.semantic.outputs.release-notes }}
|
||||
#TODO: force_push_tag is true for debug purpose only
|
||||
force_push_tag: true
|
||||
# ${{ steps.semantic.outputs.release-notes }}
|
||||
# #TODO: force_push_tag is true for debug purpose only
|
||||
# force_push_tag: true
|
||||
|
||||
outputs:
|
||||
version: ${{ steps.semantic.outputs.release-version }}
|
||||
|
|
Loading…
Reference in a new issue