From f9969833b0d31739ef15bc575d067624aad0d723 Mon Sep 17 00:00:00 2001 From: zimzaza4 <53421735+zimzaza4@users.noreply.github.com> Date: Thu, 14 Nov 2024 02:08:06 +0800 Subject: [PATCH] fix: don't cache --- .github/workflows/maven.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5f97313..9fb4f59 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,19 +20,10 @@ jobs: java-version: 17 distribution: 'zulu' - - name: Restore Maven cache - uses: skjolber/maven-cache-github-action@v1 - with: - step: restore - # Build - name: Build with Maven - run: mvn package + run: man clean package - - name: Save Maven cache - uses: skjolber/maven-cache-github-action@v1 - with: - step: save - name: Auto release uses: "marvinpinto/action-automatic-releases@latest" with: