mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Update build.yml
This commit is contained in:
parent
919db98e80
commit
350763b325
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -81,14 +81,9 @@ jobs:
|
|||||||
body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
||||||
-
|
-
|
||||||
name: Increment minor version
|
name: Increment minor version
|
||||||
run: |
|
uses: kroese/increment@v1
|
||||||
echo "NEW_MINOR=$((${{ vars.MINOR }}+1))" >> $GITHUB_ENV
|
|
||||||
-
|
|
||||||
name: Update minor version variable
|
|
||||||
uses: kroese/set-variable@v4
|
|
||||||
with:
|
with:
|
||||||
name: 'MINOR'
|
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