Update build.yml
This commit is contained in:
parent
1775c66330
commit
d232eb5571
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -73,9 +73,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
xtag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
||||||
title: v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
title: v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
||||||
body: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
xbody: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
||||||
-
|
-
|
||||||
name: Update minor version
|
name: Update minor version
|
||||||
uses: hmanzur/actions-set-secret@v2.0.0
|
uses: hmanzur/actions-set-secret@v2.0.0
|
||||||
|
|
Loading…
Reference in a new issue