Skip to content
Unverified Commit a41234c7 authored by Debdut Chakraborty's avatar Debdut Chakraborty Committed by GitHub
Browse files

ci: don't calculate greater than as it is all consuming and can fail for lack of context (#67)

* chore: pulling force release workflow from develop

* ci: don't calculate greater than as it is all consuming and can fail for
lack of context

If there are two version strings, and we perform a greater than, in this
way, since every next step doesn't know about the last one, it can
result in a false positive.

Instead, if we test if A is less than B, for the three steps, if the
previous did not cause a return, means we are still ok. Therefore this
current step is all we need.
parent c955fd51
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment