Automatic releases
Update build.yml
This commit is contained in:
commit
6fb29178ae
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 }}
|
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag: "v1.99"
|
tag: "v1.99"
|
||||||
title: "v1.99"
|
title: "v$((${{ secrets.MAJOR }})).$((${{ secrets.MINOR }}))"
|
||||||
body: "Release v1.99"
|
body: "Release v1.99"
|
||||||
|
|
||||||
bump:
|
bump:
|
||||||
|
|
Loading…
Reference in a new issue