Skip to content

Commit

Permalink
surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoqnc committed Jul 3, 2024
1 parent 19c11e7 commit 6842931
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 @@ -34,6 +34,6 @@ jobs:
# run: mvn -B package --file pom.xml

- name: Deploy to GitHub Packages
run: mvn --batch-mode deploy #-s $GITHUB_WORKSPACE/settings.xml
run: mvn deploy #-s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 6842931

Please sign in to comment.