Skip to content

Commit

Permalink
Iterating (#83)
Browse files Browse the repository at this point in the history
Signed-off-by: Laird Nelson <[email protected]>
  • Loading branch information
ljnelson authored Nov 10, 2023
1 parent b04209e commit 13bb20c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/mvn-release-prepare-perform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ jobs:
run: |
git config --global user.email '[email protected]'
git config --global user.name 'microbean'
project.build.directory="$(mvn --batch-mode --quiet help:evaluate -Dexpression='project.build.directory' -DforceStdout=true)"
echo "${project.build.directory}"
echo "$(project.build.directory}" >> "${GITHUB_ENV}"
mvn ${MVN_DEBUG} --batch-mode release:perform -DdryRun="${DRY_RUN}" -Dgoals="deploy,post-site"
- id: 'upload-site'
if: 'inputs.dryRun != true'
Expand All @@ -127,7 +124,7 @@ jobs:
if-no-files-found: 'error'
name: 'site'
path: |
${{ env.project.build.directory }}/checkout/${{ env.project.build.directory }}/site
target/checkout/target/site
job-mvn-scmpublish-publish:
if: 'inputs.dryRun != true'
name: 'Job: Maven SCM Publish: Publish'
Expand Down Expand Up @@ -178,5 +175,4 @@ jobs:
PUSH_TOKEN : '${{ secrets.PUSH_TOKEN }}' # critical; see ${GIT_ASKPASS} file
SCM_GIT_HTTPS_URL: 'scm:git:${{ github.server_url }}/${{ github.repository }}.git'
run: |
ls -alR .
echo mvn ${MVN_DEBUG} --batch-mode scm-publish:publish-scm scmpublish.pubScmUrl="${SCM_GIT_HTTPS_URL}"
mvn ${MVN_DEBUG} --batch-mode scm-publish:publish-scm scmpublish.pubScmUrl="${SCM_GIT_HTTPS_URL}"

0 comments on commit 13bb20c

Please sign in to comment.