Skip to content

Commit

Permalink
test mvn deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
backwind1233 committed Nov 1, 2023
1 parent c157cb5 commit ec427ad
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 @@ -16,6 +16,6 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Publish package
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ec427ad

Please sign in to comment.