We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a82e43 commit b32dc42Copy full SHA for b32dc42
.github/workflows/maven-release-provider-model.yaml
@@ -48,7 +48,7 @@ jobs:
48
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
49
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
50
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
51
- MAVEN_OPTS: "-Xmx2048m"
+ MAVEN_OPTS: "-Xmx4096m"
52
working-directory: "./provider-models/crossplane-${{ github.event.inputs.provider }}"
53
run : ./fetchAndBuild.sh "${{ github.event.inputs.releaseversion }}" "${{ github.event.inputs.family }}"
54
- name: Create release
0 commit comments