Skip to content

Commit

Permalink
ci: perform a dry-deploy with drop in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jan 7, 2023
1 parent 0fbf218 commit 4c3bf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
build-command: true
check-command: true
deploy-command: |
COMMAND='./gradlew --include-build ../publish-on-central uploadKotlinOSSRHToMavenCentralNexus closeStagingRepositoryOnMavenCentral --parallel'
COMMAND='./gradlew --include-build ../publish-on-central uploadKotlinOSSRHToMavenCentralNexus closeStagingRepositoryOnMavenCentral dropStagingRepositoryOnMavenCentral --parallel'
$(echo "$COMMAND") || $(echo "$COMMAND") || $(echo "$COMMAND")
working-directory: alchemist
should-run-codecov: false
Expand Down

0 comments on commit 4c3bf46

Please sign in to comment.