Skip to content

Commit 6e8b4fb

Browse files
committed
fix: all command not tagging
1 parent b951ab1 commit 6e8b4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

change

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ all_command() {
389389
push_tag='true'
390390
git add $log_file &&
391391
git commit --quiet -m 'docs: update changelog' && git push --quiet &&
392-
tag_and_push && post_command
392+
tag_command && post_command
393393
}
394394

395395
#### Args ####

0 commit comments

Comments
 (0)