Skip to content

Commit 9c4b585

Browse files
authored
Update release-source.yml
1 parent 9cc07d9 commit 9c4b585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
if [ "$input_major" -eq "$file_major" ]; then
8989
if [ "$input_minor" -eq "$file_minor" ]; then
90-
if [ "$input_patch" -gt "$file_patch" ]; then
90+
if [ "$input_patch" -ge "$file_patch" ]; then
9191
echo "Valid patch version input"
9292
else
9393
echo "Error: Patch version cannot be less than or equal to the current version."

0 commit comments

Comments
 (0)