Skip to content

Commit

Permalink
fix failing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
victorkingi committed May 11, 2021
1 parent d138ca2 commit f14467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: mvn -B package -Dmaven.test.skip=true --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -Dmaven.test.skip=true
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit f14467e

Please sign in to comment.