Skip to content

Commit

Permalink
#26800 Setting cache up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Colina committed Feb 13, 2024
1 parent 6a89bf2 commit b4510a2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cli-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: mavencore-${{ steps.get-date.outputs.date }}-${{ github.run_id }}
key: maven-${{ steps.get-date.outputs.date }}-${{ github.run_id }}

- name: 'Setup git config'
run: |
Expand Down Expand Up @@ -200,8 +200,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
key: maven-${{ steps.get-date.outputs.date }}-${{ github.run_id }}

- name: 'Prepare dotCMS license'
env:
Expand Down Expand Up @@ -296,8 +295,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
key: maven-${{ steps.get-date.outputs.date }}-${{ github.run_id }}

# Creates automated releases using JReleaser
# Generates builds for different platforms
Expand Down

0 comments on commit b4510a2

Please sign in to comment.