mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Update build.yml
This commit is contained in:
parent
d68514dc8a
commit
36b969a924
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -88,7 +88,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…
x
Reference in New Issue
Block a user