Skip to content

Commit 714147e

Browse files
committed
Pass family value to workflow
Signed-off-by: Knut-Erik Johnsen <[email protected]>
1 parent dc9f0b5 commit 714147e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-release-provider-model.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
- provider-kubernetes
2222
family:
2323
type: boolean
24-
description: 'Whether to release all crds as a family. False creates individual releases for each family.'
24+
description: 'If true, we download into groups of crds and release both as family and as groups. False just allInOne.'
2525
required: true
2626
default: true
2727

@@ -50,7 +50,7 @@ jobs:
5050
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5151
MAVEN_OPTS: "-Xmx2048m"
5252
working-directory: "./provider-models/crossplane-${{ github.event.inputs.provider }}"
53-
run : ./fetchAndBuild.sh "${{ github.event.inputs.releaseversion }}"
53+
run : ./fetchAndBuild.sh "${{ github.event.inputs.releaseversion }}" "${{ github.event.inputs.family }}"
5454
- name: Create release
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)