Skip to content

Commit 5985cc0

Browse files
committed
Update maven.yml
1 parent ea626b5 commit 5985cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
env:
2828
GITHUB_USER_REF: ${{ secrets.GH_PACKAGE_REPO_USERNAME }}
2929
GITHUB_TOKEN_REF: ${{ secrets.GH_PACKAGE_REPO_PASSWORD }}
30-
run: mvn -s settings.xml -B package --file pom.xml -X
30+
run: mvn clean install -s settings.xml -B package --file pom.xml -X

0 commit comments

Comments
 (0)