mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
fix: ref for rel
This commit is contained in:
parent
953d2f1110
commit
560caa9f06
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -215,9 +215,9 @@ jobs:
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
target_commitish: ${{ env.GITHUB_SHA }}
|
||||||
tag_name: ${{ needs.build_and_publish.outputs.next_version }}
|
tag_name: ${{ needs.build_and_publish.outputs.next_version }}
|
||||||
target_commitish: ${{ env.GITHUB_REF_NAME }}
|
|
||||||
body: |
|
body: |
|
||||||
${{ needs.build_and_publish.outputs.next_version }}
|
# ${{ needs.build_and_publish.outputs.next_version }}
|
||||||
|
|
||||||
${{ env.CHANGELOG }}
|
${{ env.CHANGELOG }}
|
||||||
|
|
Loading…
Reference in a new issue