diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index 992da588..f75623a0 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -25,6 +25,7 @@ jobs: - name: Cache local Maven repository uses: gantsign/maven-periodic-cache-action@v1 with: + key-suffix: '-deploy' additional-path: '!~/.m2/repository/com/github/gantsign/maven' - name: Deploy with Maven run: .github/scripts/deploy.sh diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e27e0dae..1a995b12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,7 @@ jobs: - name: Cache local Maven repository uses: gantsign/maven-periodic-cache-action@v1 with: + key-suffix: '-deploy-site' additional-path: '!~/.m2/repository/com/github/gantsign/maven' - name: Configure Git user run: >-