mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
action-pack
This commit is contained in:
parent
50646396e7
commit
90c613ce04
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
-
|
-
|
||||||
name: Create a release
|
name: Create a release
|
||||||
uses: kroese/github-release@v6
|
uses: action-pack/github-release@v6
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
with:
|
with:
|
||||||
@ -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: kroese/increment@v1
|
uses: action-pack/increment@v1
|
||||||
with:
|
with:
|
||||||
name: 'MINOR'
|
name: 'MINOR'
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
-
|
-
|
||||||
name: Push to Gitlab mirror
|
name: Push to Gitlab mirror
|
||||||
uses: kroese/gitlab-sync@v2
|
uses: action-pack/gitlab-sync@v2
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.GITLAB_URL }}
|
url: ${{ secrets.GITLAB_URL }}
|
||||||
token: ${{ secrets.GITLAB_TOKEN }}
|
token: ${{ secrets.GITLAB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user