Update go.yml
This commit is contained in:
parent
a876225a15
commit
c140ce391c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
|
@ -31,7 +31,8 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: ${{ steps.tag_version.outputs.changelog }}
|
||||
tag_name: 'Scabiosa ${{ steps.tag_version.outputs.new_tag }}'
|
||||
tag_name: ${{ steps.tag_version.outputs.new_tag }}
|
||||
name: Scabuisa ${{ steps.tag_version.outputs.new_tag }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
files: scabiosa
|
||||
|
|
|
|||
Reference in a new issue