Skip to content

Commit

Permalink
Merge pull request #122 from ingogriebsch/dependabot/github_actions/s…
Browse files Browse the repository at this point in the history
…4u/maven-settings-action-v2.2.0
  • Loading branch information
dependabot[bot] authored Oct 21, 2020
2 parents 9a341ed + 6021d19 commit 83001cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"}]'
Expand Down

0 comments on commit 83001cb

Please sign in to comment.