Skip to content

Commit

Permalink
Merge pull request #6 from matrix-org/langleyd/fix_release_script
Browse files Browse the repository at this point in the history
Fix java version in release script
  • Loading branch information
langleyd authored Aug 10, 2023
2 parents e572705 + 92e665b commit 7cdd9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'

- name: ⬆️ Publish to Sonatype
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 7cdd9f6

Please sign in to comment.