Update build.yml
This commit is contained in:
parent
9f03d3133d
commit
e712b58cef
1 changed files with 14 additions and 1 deletions
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
|
@ -89,7 +89,20 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: 'MINOR'
|
name: 'MINOR'
|
||||||
value: ${{ env.NEW_MINOR }}
|
value: ${{ env.NEW_MINOR }}
|
||||||
repository: ${{ github.repository }}
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
|
-
|
||||||
|
name: Update major version variable
|
||||||
|
uses: kroese/set-variable@v2
|
||||||
|
with:
|
||||||
|
name: 'MAJOR'
|
||||||
|
value: ${{ secrets.MAJOR }}
|
||||||
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
|
-
|
||||||
|
name: Update minor version variable
|
||||||
|
uses: kroese/set-variable@v2
|
||||||
|
with:
|
||||||
|
name: 'MINOR'
|
||||||
|
value: ${{ env.NEW_MINOR }}
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
|
|
||||||
mirror:
|
mirror:
|
||||||
|
|
Loading…
Reference in a new issue