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
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/github",
|
||||||
"@semantic-release/release-notes-generator"
|
"@semantic-release/release-notes-generator"
|
||||||
]
|
]
|
||||||
dry_run: true
|
dry_run: false
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
@ -63,16 +63,16 @@ jobs:
|
||||||
# build-args: |
|
# build-args: |
|
||||||
# VERSION=${{ steps.semantic.outputs.release-version }}
|
# VERSION=${{ steps.semantic.outputs.release-version }}
|
||||||
|
|
||||||
- name: Publish tag
|
#- name: Publish tag
|
||||||
uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923
|
# uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923
|
||||||
with:
|
# with:
|
||||||
tag: ${{ steps.semantic.outputs.release-version }}
|
# tag: ${{ steps.semantic.outputs.release-version }}
|
||||||
message: |
|
# message: |
|
||||||
${{ steps.semantic.outputs.name }}
|
# ${{ steps.semantic.outputs.name }}
|
||||||
|
|
||||||
${{ steps.semantic.outputs.release-notes }}
|
# ${{ steps.semantic.outputs.release-notes }}
|
||||||
#TODO: force_push_tag is true for debug purpose only
|
# #TODO: force_push_tag is true for debug purpose only
|
||||||
force_push_tag: true
|
# force_push_tag: true
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
version: ${{ steps.semantic.outputs.release-version }}
|
version: ${{ steps.semantic.outputs.release-version }}
|
||||||
|
|
Loading…
Reference in a new issue