mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
chore: test ci
This commit is contained in:
parent
5dd4285c66
commit
7044067f2f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
|
@ -64,9 +64,10 @@ jobs:
|
|||
VERSION=${{ steps.semantic.outputs.release-version }}
|
||||
|
||||
- name: Publish tag
|
||||
uses: actions-ecosystem/action-push-tag@6e82caefe706f5a729e354df7443dc82f98a414f
|
||||
uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923
|
||||
with:
|
||||
tag: ${{ steps.semantic.outputs.release-version }}
|
||||
message: ${{ steps.semantic.outputs.release-notes }}
|
||||
|
||||
outputs:
|
||||
version: ${{ steps.semantic.outputs.release-version }}
|
||||
|
|
Loading…
Reference in a new issue