Skip to content

Commit

Permalink
add settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jigs1993 committed Jun 28, 2020
1 parent 6dba112 commit 457bd23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: mvn -B package --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 457bd23

Please sign in to comment.