Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/suppress-bug(#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
aktsay6 authored Oct 7, 2020
2 parents 6ff8851 + 77de16f commit d3bc382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set version
run: mvn -B versions:set -DnewVersion=${{ env.RELEASE_VERSION }} versions:commit
- name: Create settings.xml
uses: whelk-io/maven-settings-xml-action@v9
uses: whelk-io/maven-settings-xml-action@v12
with:
servers: '[{ "id": "ossrh", "username": "${{ secrets.SONATYPE_USER }}", "password": "${{ secrets.SONATYPE_PASSWORD }}" }, { "id": "gpg.passphrase", "passphrase": "${{ secrets.DIKTAT_GPG_PASS }}" }]'
- name: Deploy artifacts
Expand Down

0 comments on commit d3bc382

Please sign in to comment.