ci: fix error.

This commit is contained in:
Yaohui Liu 2023-10-22 16:41:54 +08:00
parent 6e10d45774
commit 5161c92cec
No known key found for this signature in database
GPG Key ID: E86D01E1809BD23E
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ jobs:
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*";
git fetch origin;
sh ./.github/prepare_release.sh $IS_MINOR $IS_PATCH
chmod +x ./.github/prepare_release.sh
./.github/prepare_release.sh $IS_MINOR $IS_PATCH
if($LastExitCode -ne 0)
{