File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments