Skip to content

Commit 26cfcfa

Browse files
committed
[fix] Fix the push script error issue
1 parent 234b93e commit 26cfcfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ release(){
2929

3030
git_message="[Release] version: $version"
3131

32-
git add . && git commit -m $git_message
32+
git add . && git commit -m "$git_message"
3333

3434
git checkout main
3535
git merge --no-ff -m 'Merge branch '$release_branch'' $release_branch

0 commit comments

Comments
 (0)