mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
fix: ref for rel
This commit is contained in:
parent
5eb235ad93
commit
953d2f1110
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
|
@ -216,6 +216,7 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: ${{ needs.build_and_publish.outputs.next_version }}
|
||||
target_commitish: ${{ env.GITHUB_REF_NAME }}
|
||||
body: |
|
||||
${{ needs.build_and_publish.outputs.next_version }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue