Skip to content

Commit

Permalink
Fixes typos (#84)
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 63f2f13 commit 8ca9e4a
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 @@ -175,4 +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: |
mvn ${MVN_DEBUG} --batch-mode scm-publish:publish-scm scmpublish.pubScmUrl="${SCM_GIT_HTTPS_URL}"
mvn ${MVN_DEBUG} --batch-mode scm-publish:publish-scm -Dscmpublish.pubScmUrl="${SCM_GIT_HTTPS_URL}"

0 comments on commit 8ca9e4a

Please sign in to comment.