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 d0fe5b3 commit e79e93bCopy full SHA for e79e93b
.github/workflows/release.yml
@@ -15,20 +15,13 @@ jobs:
15
- name: Set up Java
16
uses: actions/setup-java@v3
17
with:
18
- distribution: 'temurin'
+ distribution: 'zulu'
19
java-version: 11
20
- cache: 'maven'
21
server-id: ossrh
22
server-username: MAVEN_USERNAME
23
server-password: MAVEN_PASSWORD
24
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
25
gpg-passphrase: MAVEN_GPG_PASSPHRASE
26
- - name: Maven Cache
27
- uses: actions/cache@v3
28
- with:
29
- path: ~/.m2
30
- key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
31
- restore-keys: ${{ runner.os }}-m2
32
- name: Deploy
33
run: mvn deploy --batch-mode -DskipTests --no-transfer-progress
34
env:
0 commit comments