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 88d27d1 commit 8d9798aCopy full SHA for 8d9798a
.github/workflows/release.yml
@@ -31,12 +31,6 @@ jobs:
31
server-id: ossrh
32
server-username: MAVEN_USERNAME
33
server-password: MAVEN_PASSWORD
34
- - name: Cache Maven packages
35
- uses: actions/cache@v4
36
- with:
37
- path: ~/.m2/repository
38
- key: ${{ runner.os }}-m2-repository-${{ hashFiles('**/pom.xml') }}
39
- restore-keys: ${{ runner.os }}-m2-repository
40
- name: Install gpg secret key
41
env:
42
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
0 commit comments