Skip to content

Commit

Permalink
Fixes typos (#87)
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 d227426 commit 42dcaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-release-prepare-perform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: |
git config --global user.email '[email protected]'
git config --global user.name 'microbean'
mvn ${MVN_DEBUG} --batch-mode release:perform -DdryRun="${DRY_RUN}" -Dgoals="deploy,post-site" -Darguments="-DaltReleaseDeploymentRepository=sonatype-oss-repository-hosting:https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DskipStaging=true"
mvn ${MVN_DEBUG} --batch-mode release:perform -DdryRun="${DRY_RUN}" -Dgoals="deploy,post-site" -Darguments="-DaltReleaseDeploymentRepository=sonatype-oss-repository-hosting::https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DskipStaging=true"
- id: 'upload-site'
if: 'inputs.dryRun != true'
name: 'Step: Upload Site Directory'
Expand Down

0 comments on commit 42dcaf2

Please sign in to comment.