mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
build: Release token (#454)
This commit is contained in:
parent
03121b6c6d
commit
c451f253fa
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -79,16 +79,14 @@ jobs:
|
|||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
annotations: ${{ steps.meta.outputs.annotations }}
|
annotations: ${{ steps.meta.outputs.annotations }}
|
||||||
build-args: |
|
build-args: |
|
||||||
VCS_REF=${GITHUB_SHA::8}
|
|
||||||
VERSION_ARG=${{ steps.meta.outputs.version }}
|
VERSION_ARG=${{ steps.meta.outputs.version }}
|
||||||
-
|
-
|
||||||
name: Create a release
|
name: Create a release
|
||||||
uses: action-pack/github-release@v2
|
uses: action-pack/github-release@v2
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
tag: "v${{ steps.meta.outputs.version }}"
|
tag: "v${{ steps.meta.outputs.version }}"
|
||||||
title: "v${{ steps.meta.outputs.version }}"
|
title: "v${{ steps.meta.outputs.version }}"
|
||||||
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Increment version variable
|
name: Increment version variable
|
||||||
uses: action-pack/bump@v2
|
uses: action-pack/bump@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user