Update build.yml
This commit is contained in:
parent
0593d2a788
commit
d4919669c2
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -81,10 +81,9 @@ jobs:
|
||||||
title: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
title: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
||||||
body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
||||||
-
|
-
|
||||||
name: Increment minor version
|
name: Increment version variable
|
||||||
uses: action-pack/increment@v2
|
uses: action-pack/bump@v2
|
||||||
with:
|
with:
|
||||||
name: 'MINOR'
|
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
|
|
||||||
mirror:
|
mirror:
|
||||||
|
|
Loading…
Reference in a new issue