Automatic releases
Automatic releases
This commit is contained in:
commit
2f5cc84a0e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.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:
|
||||||
xtag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
tag: "v1.99"
|
||||||
title: "v${{ secrets.MINOR }}"
|
title: "v1.99"
|
||||||
xbody: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
body: "Release v1.99"
|
||||||
|
|
||||||
bump:
|
bump:
|
||||||
needs: release
|
needs: release
|
||||||
|
|
Loading…
Reference in a new issue