Skip to content

Commit

Permalink
Update mavenpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudiptasish committed Apr 9, 2020
1 parent ec0b800 commit 7aacda1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mavenpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ jobs:

- name: Bump version
run: mvn versions:set -DnewVersion=${{ steps.get_tag.outputs.tag_name }}

- name: Publish to Apache Maven Central
run: mvn -B -e -X deploy -DskipTests -Dgpg.skip -s $GITHUB_WORKSPACE/settings.xml
env:
SERVER_USERNAME: ${{ secrets.ServerUser }}
SERVER_PASSWORD: ${{ secrets.ServerPassword }}

0 comments on commit 7aacda1

Please sign in to comment.