We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb21318 commit ede07f0Copy full SHA for ede07f0
1 file changed
.github/workflows/ci.yml
@@ -142,5 +142,6 @@ jobs:
142
mvn deploy $MAVEN_CLI_OPTS \
143
-DskipTests=true \
144
-DretryFailedDeploymentCount=10 \
145
+ -pl '!docker' \
146
-DaltReleaseDeploymentRepository=releases::https://maven.pkg.github.com/codice/acdebugger \
147
-DaltSnapshotDeploymentRepository=snapshots::https://maven.pkg.github.com/codice/acdebugger
0 commit comments