We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6457f32 commit 0910667Copy full SHA for 0910667
1 file changed
.github/workflows/maven.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
strategy:
32
matrix:
33
- java: [ '11', '17', '21' ]
+ java: [ 11, 17, 21, 24 ]
34
name: Java ${{ matrix.java }} build
35
36
steps:
@@ -53,7 +53,7 @@ jobs:
53
${{ runner.os }}-maven-
54
55
- name: Publish to the Maven Central Repository
56
- run: mvn --batch-mode --update-snapshots deploy
+ run: mvn --batch-mode --update-snapshots -P release deploy
57
if: matrix.java == 11
58
env:
59
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
0 commit comments