Skip to content

Commit 1bbe829

Browse files
committed
fix: github actions
1 parent 8ba395d commit 1bbe829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bump_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ elif [[ $VERSION_MINOR == "true" ]];then
66
uv run task version update minor
77
elif [[ $VERSION_PATCH == "true" ]];then
88
uv run task version update patch
9-
elif [[ ( $VERSION_MAJOR == "false" && $VERSION_MINOR == "false" && VERSION_PATCH == "false" && VERSION_POST == "false" ) || VERSION_POST == "true" ]]; then
9+
elif [[ ( $VERSION_MAJOR == "false" && $VERSION_MINOR == "false" && $VERSION_PATCH == "false" && $VERSION_POST == "false" ) || $VERSION_POST == "true" ]]; then
1010
uv run task version update post
1111
fi

0 commit comments

Comments
 (0)