Skip to content

Commit

Permalink
refactor: boost version
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Nov 14, 2022
1 parent 6d307ee commit ca5f63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Java for publishing to GitHub Packages
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Publish to GitHub Packages
run: cd core && mvn --batch-mode deploy -DskipTests -Prelease-github
Expand Down

0 comments on commit ca5f63a

Please sign in to comment.