diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3e0590e1..f9041452 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ on: - '*' env: - GRAALVM_VERSION: '22.3.0' + GRAALVM_VERSION: '22.3.1' JAVA_VERSION: '17' jobs: @@ -76,7 +76,7 @@ jobs: fi - name: 'Build native distribution' - run: ./mvnw verify -Pnative -Dmrm=false -B -ntp -e -DskipTests + run: ./mvnw verify -Pnative -Dmrm=false -B -ntp -e -DskipTests -s .mvn/release-settings.xml - name: 'Upload artifact' uses: actions/upload-artifact@v2 diff --git a/.mvn/release-settings.xml b/.mvn/release-settings.xml new file mode 100644 index 00000000..791682b2 --- /dev/null +++ b/.mvn/release-settings.xml @@ -0,0 +1,24 @@ + + + + + maven-staging + + + maven-staging-1 + https://repository.apache.org/content/repositories/maven-1859/ + + true + + + false + + + + + + + maven-staging + + \ No newline at end of file