(patch) Change ordering to protect builds.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m14s
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m14s
This commit is contained in:
parent
bf16bbfe47
commit
4024e0d5ab
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue