Skip to content

Commit

Permalink
Try to remove settings.xml cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Oct 2, 2024
1 parent 980025d commit 81f2f8b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
service_account: "gh-actions-dapla-stat@artifact-registry-5n.iam.gserviceaccount.com"
token_format: access_token

- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Configure Git user
run: |
git config user.name "dapla-bot[bot]"
Expand Down

0 comments on commit 81f2f8b

Please sign in to comment.