Update build.yml
This commit is contained in:
parent
a8fc7ba284
commit
80338596b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
with:
|
||||
xtag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
||||
title: v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
||||
title: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||
xbody: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
||||
-
|
||||
name: Update minor version
|
||||
|
|
Loading…
Reference in a new issue