We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcb7a9 commit 9aca072Copy full SHA for 9aca072
.github/workflows/main.yml
@@ -39,6 +39,12 @@ jobs:
39
distribution: 'temurin'
40
java-version: ${{ matrix.java_version }}
41
cache: 'maven'
42
+ - name: Set up Maven deployment credentials
43
+ if: ${{ github.event_name != 'pull_request' }}
44
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
45
+ with:
46
+ distribution: 'temurin'
47
+ java-version: ${{ matrix.java_version }}
48
server-id: central-snapshots
49
server-username: CI_DEPLOY_USERNAME
50
server-password: CI_DEPLOY_PASSWORD
0 commit comments