Skip to content

Commit

Permalink
Iterating (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: Laird Nelson <[email protected]>
  • Loading branch information
ljnelson authored Nov 11, 2023
1 parent 624747d commit 092ab88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mvn-release-prepare-perform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: |
git config --global user.email '[email protected]'
git config --global user.name 'microbean'
mvn ${MVN_DEBUG} -e --batch-mode release:perform -DdryRun="${DRY_RUN}" -Dgoals="deploy,post-site" -Darguments="-e -DskipRemoteStaging=true -DskipTests=true"
mvn ${MVN_DEBUG} -e --batch-mode release:perform -DdryRun="${DRY_RUN}" -Dgoals="deploy,post-site" -Darguments="-e -DskipStaging=true -DskipTests=true"
- id: 'upload-nexus-staging'
if: 'inputs.dryRun != true'
name: 'Step: Upload Nexus Staging Directory'
Expand All @@ -125,7 +125,7 @@ jobs:
if-no-files-found: 'error' # for now
name: 'nexus-staging'
path: |
target/checkout/target/nexus-staging/staging/${{ vars.SONATYPE_OSSRH_STAGING_PROFILE_ID }}/
target/checkout/target/nexus-staging/
- id: 'upload-site'
if: 'inputs.dryRun != true'
name: 'Step: Upload Site Directory'
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
SONATYPE_OSSRH_STAGING_REPOSITORY_ID: '${{ needs.job-mvn-nexus-staging-open.outputs.repositoryId }}'
run: |
ls -alR
echo "repo id: ${SONATYPE_OSSRH_STAGING_PROFILE_ID}"
echo "repo id: ${SONATYPE_OSSRH_STAGING_REPOSITORY_ID}"
mvn ${MVN_DEBUG} -e --batch-mode nexus-staging:deploy-staged -DstagingRepositoryId="${SONATYPE_OSSRH_STAGING_REPOSITORY_ID}" -DskipStagingRepositoryClose=true
job-mvn-nexus-staging-close:
if: 'inputs.dryRun != true'
Expand Down

0 comments on commit 092ab88

Please sign in to comment.