Use graalvm 22.3.1 and use staging repo for release

This commit is contained in:
Guillaume Nodet
2023-01-28 14:24:14 +01:00
parent da1136dd75
commit c61540edb6
2 changed files with 26 additions and 2 deletions

View File

@@ -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