Update build.yml
This commit is contained in:
parent
78db82abfa
commit
b7952672ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
with:
|
||||
tag: "v1.99"
|
||||
title: "v1.99"
|
||||
title: "v$((${{ secrets.MAJOR }})).$((${{ secrets.MINOR }}))"
|
||||
body: "Release v1.99"
|
||||
|
||||
bump:
|
||||
|
|
Loading…
Reference in a new issue