(patch) Change ordering to protect builds. #11

Merged
pfm merged 1 commit from coverage-off-order into main 2024-04-27 02:17:56 +00:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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