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