.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ fetch-depth: 0 submodules: recursive - name: Set up Java for publishing to Maven Central Repository OSS uses: actions/setup-java@v2 uses: actions/setup-java@v3 with: java-version: '8' distribution: 'temurin' @@ -52,7 +52,7 @@ server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD - name: Cache Maven packages uses: actions/cache@v2 uses: actions/cache@v3 with: path: ~/.m2/repository key: ${{ runner.os }}-m2-repository-${{ hashFiles('**/pom.xml') }}