mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
try release again
This commit is contained in:
parent
2228128ac8
commit
ff1ef465a7
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -40,9 +40,7 @@ jobs:
|
|||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
target/*ß
|
||||
files: 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