(patch) Change ordering to protect builds. (#11)
All checks were successful
/ Build and Release Library (push) Successful in 1m20s

Reviewed-on: #11
This commit is contained in:
Pat Garrity 2024-04-27 02:17:55 +00:00
parent bf16bbfe47
commit 4370ed80b2
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ jobs:
if [ "${{ env.GS_RELEASE_TYPE }}" = "norelease" ]; then
echo "Skipping publish due to GS_RELEASE_TYPE=norelease"
else
sbtn clean
sbtn coverageOff
sbtn clean
sbtn publish
fi

View file

@ -68,8 +68,8 @@ jobs:
if [ "${{ env.GS_RELEASE_TYPE }}" = "norelease" ]; then
echo "Skipping publish for 'norelease' commit."
else
sbtn clean
sbtn coverageOff
sbtn clean
sbtn semVerWriteVersionToFile
sbtn publish
fi