diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0be15871..95165a66 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: - name: Prepare Maven settings # https://github.com/s4u/maven-settings-action - uses: s4u/maven-settings-action@v2.1.1 + uses: s4u/maven-settings-action@v2.2.0 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') with: servers: '[{"id": "ossrh", "username": "${{ secrets.OSSRH_USERNAME }}", "password": "${{ secrets.OSSRH_PASSWORD }}"}]'