mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 09:59:54 +00:00
fix: enhance release workflow with optional skip publish input and add system tests execution
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
This commit is contained in:
6
.github/workflows/02-release.yaml
vendored
6
.github/workflows/02-release.yaml
vendored
@@ -11,6 +11,11 @@ on:
|
||||
required: false
|
||||
default: true
|
||||
type: boolean
|
||||
release_tag:
|
||||
description: "Release tag to simulate (must contain -rc, e.g. v0.0.0-rc.0)"
|
||||
required: false
|
||||
default: "v0.0.0-rc.0"
|
||||
type: string
|
||||
jobs:
|
||||
retag:
|
||||
outputs:
|
||||
@@ -21,6 +26,7 @@ jobs:
|
||||
- id: tag-calculator
|
||||
uses: ./.github/actions/tag-action
|
||||
with:
|
||||
ORIGINAL_TAG: ${{ inputs.release_tag != '' && inputs.release_tag || github.ref_name }}
|
||||
SUB_STRING: "-rc"
|
||||
release:
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user