Skip to content

Commit ec12013

Browse files
committed
java-api : wf deploy to install
1 parent c90b915 commit ec12013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
path: ~/.m2/repository
1919
key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
2020
- name: Publish package
21-
run: mvn $MAVEN_CLI_OPTS clean deploy
21+
run: mvn $MAVEN_CLI_OPTS clean install
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"

0 commit comments

Comments
 (0)