Skip to content

Commit e79e93b

Browse files
committed
Removed Cache
1 parent d0fe5b3 commit e79e93b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,13 @@ jobs:
1515
- name: Set up Java
1616
uses: actions/setup-java@v3
1717
with:
18-
distribution: 'temurin'
18+
distribution: 'zulu'
1919
java-version: 11
20-
cache: 'maven'
2120
server-id: ossrh
2221
server-username: MAVEN_USERNAME
2322
server-password: MAVEN_PASSWORD
2423
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
2524
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
3225
- name: Deploy
3326
run: mvn deploy --batch-mode -DskipTests --no-transfer-progress
3427
env:

0 commit comments

Comments
 (0)