Skip to content

Commit bf11a89

Browse files
committed
Add -X for debugging
1 parent f92f78b commit bf11a89

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 install -s settings.xml -B package --file pom.xml
30+
run: mvn install -s settings.xml -B package --file pom.xml -X

0 commit comments

Comments
 (0)