We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90b915 commit ec12013Copy full SHA for ec12013
.github/workflows/workflow.yml
@@ -18,7 +18,7 @@ jobs:
18
path: ~/.m2/repository
19
key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
20
- name: Publish package
21
- run: mvn $MAVEN_CLI_OPTS clean deploy
+ run: mvn $MAVEN_CLI_OPTS clean install
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
0 commit comments