Update action-pack/increment action to v2
This commit is contained in:
parent
e08032be3e
commit
e9b64c82a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
||||||
body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
||||||
-
|
-
|
||||||
name: Increment minor version
|
name: Increment minor version
|
||||||
uses: action-pack/increment@v1
|
uses: action-pack/increment@v2
|
||||||
with:
|
with:
|
||||||
name: 'MINOR'
|
name: 'MINOR'
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue