Skip to content

Commit d033637

Browse files
committed
Add debug mode to Maven Central workflow
1 parent 465195e commit d033637

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-central.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
-Dgpg.executable=gpg \
4242
-Dgpg.keyname=${{ secrets.GPG_KEYNAME }} \
4343
-Dgpg.useagent=false \
44-
-Dmaven.test.failure.ignore=false
44+
-Dmaven.test.failure.ignore=false \
45+
-X
4546
4647
echo "Checking deployment status..."
4748
mvn nexus-staging:rc-list

0 commit comments

Comments
 (0)