Skip to content

Commit

Permalink
Iterating (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Laird Nelson <[email protected]>
  • Loading branch information
ljnelson authored Nov 14, 2023
1 parent 0b1ca7d commit ed5e9e8
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 @@ -93,7 +93,7 @@ jobs:
-Dgoals="verify,post-site,scm-publish:publish-scm,deploy"
-Dscm.url="${SCM_GIT_HTTPS_URL}"
| tee /dev/fd/3
| { grep --invert-match --silent 'StagingDTO' && cat /dev/null }
| { grep --invert-match --silent 'StagingDTO' && cat > /dev/null }
} 3>&1
&&
echo "Released ${scm_tag}" >> "${GITHUB_STEP_SUMMARY}"
Expand Down

0 comments on commit ed5e9e8

Please sign in to comment.