Skip to content

Commit 2071918

Browse files
committed
fix: release snapshots with AdoptJDK Java 11
1 parent 3aeab3c commit 2071918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master-snapshot-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Set up Java and Maven
4646
uses: actions/[email protected]
4747
with:
48-
distribution: ${{ matrix.distribution }}
49-
java-version: ${{ matrix.java }}
48+
distribution: adopt
49+
java-version: 11
5050
- name: Release Maven package
5151
uses: samuelmeuli/action-maven-publish@v1
5252
with:

0 commit comments

Comments
 (0)