diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 8673b99..bf1e591 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -22,9 +22,9 @@ jobs: with: java-version: '8' distribution: 'temurin' + cache: maven server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file - cache: maven - name: Build with Maven run: mvn -B package --file pom.xml -Prelease