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