mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
add tag for release
This commit is contained in:
parent
54f589a12b
commit
2228128ac8
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -41,6 +41,8 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
target/*
|
||||
target/*ß
|
||||
tag_name: ${{ steps.get_tag.outputs.TAG }}
|
||||
title: Release ${{ steps.get_tag.outputs.TAG }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue