Skip to content

Commit f55682b

Browse files
Skip Nexus staging during snapshot deployment to GitHub Packages
1 parent 230c39f commit f55682b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/snapshot_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ jobs:
7777
run: |
7878
echo "Deploying to https://maven.pkg.github.com/${REPO} with revision ${REVISION}"
7979
mvn deploy -DskipTests \
80-
-Dgithub.repo.url="https://maven.pkg.github.com/${REPO}"
80+
-Dgithub.repo.url="https://maven.pkg.github.com/${REPO}" \
81+
-DskipNexusStagingDeployMojo=true

0 commit comments

Comments
 (0)