From 334276cc9c0f2d05b155834945f47b14ff23205f Mon Sep 17 00:00:00 2001 From: Laird Nelson Date: Fri, 10 Nov 2023 13:06:06 -0800 Subject: [PATCH] Iterating (#91) Signed-off-by: Laird Nelson --- .github/workflows/mvn-release-prepare-perform.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mvn-release-prepare-perform.yaml b/.github/workflows/mvn-release-prepare-perform.yaml index a8f40c0..9a95238 100644 --- a/.github/workflows/mvn-release-prepare-perform.yaml +++ b/.github/workflows/mvn-release-prepare-perform.yaml @@ -115,7 +115,7 @@ jobs: run: | git config --global user.email 'ci@microbean.org' git config --global user.name 'microbean' - mvn ${MVN_DEBUG} -e --batch-mode release:perform -DdryRun="${DRY_RUN}" -Dgoals="deploy,post-site" -Darguments="-e -DskipStaging=true" + mvn ${MVN_DEBUG} -e --batch-mode release:perform -DdryRun="${DRY_RUN}" -Dgoals="deploy,post-site" -Darguments="-e -DautoReleaseAfterClose=false" - id: 'upload-site' if: 'inputs.dryRun != true' name: 'Step: Upload Site Directory'