Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Oct 23, 2024
1 parent 9a7a4cb commit b030c7a
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 == 11 && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ matrix.java == 21 && 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 b030c7a

Please sign in to comment.