mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20:02 +08:00
Update build.yml
Update build.yml
This commit is contained in:
commit
43bf032d49
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -81,14 +81,9 @@ jobs:
|
||||
body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
||||
-
|
||||
name: Increment minor version
|
||||
run: |
|
||||
echo "NEW_MINOR=$((${{ vars.MINOR }}+1))" >> $GITHUB_ENV
|
||||
-
|
||||
name: Update minor version variable
|
||||
uses: kroese/set-variable@v4
|
||||
uses: kroese/increment@v1
|
||||
with:
|
||||
name: 'MINOR'
|
||||
value: ${{ env.NEW_MINOR }}
|
||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
|
||||
mirror:
|
||||
|
Loading…
x
Reference in New Issue
Block a user