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 545aedb commit a9823b0Copy full SHA for a9823b0
.github/workflows/sdk.yml
@@ -60,11 +60,11 @@ jobs:
60
uses: crazy-max/ghaction-import-gpg@v4
61
with:
62
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
63
- - name: Cache local Maven repository
64
- uses: actions/cache@v4
65
- with:
66
- path: ~/.m2/repository
67
- key: ${{ runner.os }}-maven-${{ hashFiles('java/**/pom.xml') }}
+ # - name: Cache local Maven repository
+ # uses: actions/cache@v4
+ # with:
+ # path: ~/.m2/repository
+ # key: ${{ runner.os }}-maven-${{ hashFiles('java/**/pom.xml') }}
68
- name: prepare release
69
if: github.event_name == 'push'
70
run: |
0 commit comments