We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d5269 commit b694589Copy full SHA for b694589
.github/workflows/branch_alias.yml
@@ -45,7 +45,7 @@ jobs:
45
exit 1;
46
fi
47
48
- if [ ${CURRENT_ARR[1]} -gt ${NEW_ARR[1]} ]; then
+ if [ ${CURRENT_ARR[0]} -eq ${NEW_ARR[0]} ] && [ ${CURRENT_ARR[1]} -gt ${NEW_ARR[1]} ]; then
49
echo "The current value for minor version is larger"
50
51
0 commit comments