Skip to content

Commit e53913b

Browse files
committed
re-add cahce
1 parent 81f2f8b commit e53913b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
service_account: "gh-actions-dapla-stat@artifact-registry-5n.iam.gserviceaccount.com"
3838
token_format: access_token
3939

40+
- name: Cache Maven packages
41+
uses: actions/cache@v3
42+
with:
43+
path: ~/.m2
44+
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
45+
restore-keys: ${{ runner.os }}-m2
46+
4047
- name: Configure Git user
4148
run: |
4249
git config user.name "dapla-bot[bot]"

0 commit comments

Comments
 (0)