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