We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170eac6 commit 359a247Copy full SHA for 359a247
1 file changed
.github/workflows/ci.yml
@@ -142,5 +142,5 @@ jobs:
142
mvn deploy $MAVEN_CLI_OPTS \
143
-DskipTests=true \
144
-DretryFailedDeploymentCount=10 \
145
- -Dreleases.repository.url=https://maven.pkg.github.com/codice/ddf-admin-ui \
146
- -Dsnapshots.repository.url=https://maven.pkg.github.com/codice/ddf-admin-ui
+ -Dreleases.repository.url=https://maven.pkg.github.com/codice/ddf \
+ -Dsnapshots.repository.url=https://maven.pkg.github.com/codice/ddf
0 commit comments