Skip to content

Commit

Permalink
[fix][*][0.2.0]: using mvn cmd to build (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxyan authored Jan 2, 2024
1 parent 97b12bf commit b658044
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 @@ -26,7 +26,7 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Maven
run: scripts/package.sh
run: mvn install -Dmaven.test.skip=true

- name: Publish to GitHub Packages Apache Maven
run: scripts/deploy.sh
Expand Down

0 comments on commit b658044

Please sign in to comment.