Skip to content

Commit

Permalink
[workflow] Fixing with the prerelease input and correct variable version
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Aug 14, 2024
1 parent b494daf commit ea9fb3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ on:
description: Bundle and catalog channels, comma separated
default: preview
type: string
prerelease:
description: Is the release a pre-release?
required: false
type: boolean

jobs:
build:
Expand Down Expand Up @@ -80,5 +84,5 @@ jobs:
tag_name: v${{ inputs.kuadrantOperatorVersion }}
body: "**This release enables installations of Authorino Operator v${{ inputs.authorinoOperatorVersion }}, Limitador Operator v${{ inputs.limitadorOperatorVersion }}, DNS Operator v${{ inputs.dnsOperatorVersion }} and WASM Shim v${{ inputs.wasmShimVersion }}**"
generate_release_notes: true
target_commitish: release-v${{ github.event.inputs.operatorVersion }}
target_commitish: release-v${{ github.event.inputs.kuadrantOperatorVersion }}
prerelease: ${{ github.event.inputs.prerelease }}

0 comments on commit ea9fb3e

Please sign in to comment.