Skip to content

Commit a9823b0

Browse files
authored
Debug sdk.yml
1 parent 545aedb commit a9823b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sdk.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
uses: crazy-max/ghaction-import-gpg@v4
6161
with:
6262
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') }}
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') }}
6868
- name: prepare release
6969
if: github.event_name == 'push'
7070
run: |

0 commit comments

Comments
 (0)