diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a2d5c2..94388e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Prepare Maven settings # https://github.com/s4u/maven-settings-action - uses: s4u/maven-settings-action@v2.5.0 + uses: s4u/maven-settings-action@v2.8.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') with: servers: '[{"id": "ossrh", "username": "${{ secrets.OSSRH_USERNAME }}", "password": "${{ secrets.OSSRH_PASSWORD }}"}]'