Skip to content

Commit

Permalink
Remove Maven cache from release (#1866)
Browse files Browse the repository at this point in the history
Conflicts with generated Maven settings.xml from actions/setup-java

Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored Jun 6, 2024
1 parent 58c0cfe commit 1ad8d8c
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 @@ -36,13 +36,6 @@ jobs:
gpg-private-key: ${{secrets.MAVEN_GPG_PRIVATE_KEY}}
gpg-passphrase: 'MAVEN_GPG_PASSPHRASE'

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

- name: maven release ${{steps.metadata.outputs.current-version}}
env:
MAVEN_DEPLOY_USERNAME: ${{secrets.MAVEN_DEPLOY_USERNAME}}
Expand Down

0 comments on commit 1ad8d8c

Please sign in to comment.