Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrimatti authored Aug 18, 2020
1 parent 0f376ca commit ba4ede4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
run: mvn -B package --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -Dregistry=https://maven.pkg.github.com/solita
run: mvn deploy
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit ba4ede4

Please sign in to comment.