Skip to content

Commit 5460417

Browse files
committed
Update Java setup to use default distribution
Removed the explicit 'zulu' distribution in the GitHub Actions workflow for setting up Java. This change simplifies the configuration and ensures compatibility with default Java setups.
1 parent 1741878 commit 5460417

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
4848
- name: 'Release to Maven Central'
4949
env:
50-
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
51-
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}
50+
MAVEN_USERNAME: ${{ secrets.SONATYPE_WITH_TOKEN_USERNAME }}
51+
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_WITH_TOKEN_PASSWORD }}
5252
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
5353
run: |
5454
export GPG_TTY=$(tty)

0 commit comments

Comments
 (0)