Skip to content

Commit

Permalink
Use Java 11 to publish site.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Oct 23, 2024
1 parent 577bd2b commit 9a7a4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
if: ${{ matrix.java == 8 && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ matrix.java == 11 && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
run: |
git config --global user.email \
"${GITHUB_REPOSITORY_OWNER}@users.noreply.github.com"
Expand Down

0 comments on commit 9a7a4cb

Please sign in to comment.