Skip to content

Commit ecd1e76

Browse files
committed
Use altDeploymentRepository for GitHub Packages
1 parent d5e8450 commit ecd1e76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ jobs:
9999
mvn deploy $MAVEN_CLI_OPTS \
100100
-DskipTests=true \
101101
-DretryFailedDeploymentCount=10 \
102-
-Dreleases.repository.url=https://maven.pkg.github.com/codice/ddf-jaxb \
103-
-Dsnapshots.repository.url=https://maven.pkg.github.com/codice/ddf-jaxb
102+
-DaltReleaseDeploymentRepository=releases::https://maven.pkg.github.com/codice/ddf-jaxb \
103+
-DaltSnapshotDeploymentRepository=snapshots::https://maven.pkg.github.com/codice/ddf-jaxb

0 commit comments

Comments
 (0)