Skip to content

Commit 81d6c97

Browse files
author
Tenny
committed
fix(Switch): 开关按钮增加替换 action 内容
fix(SunIcon): 增加主题按钮 sun fix(MoonIcon): 增加主题按钮 moon
1 parent 8a3a179 commit 81d6c97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/publish.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ if [ "$1" = "push" ]; then
3131
exit 1
3232
fi
3333

34-
echo "开始提交"
35-
3634
# 提交到 dev 分支, 然后 squash 合并并提交到 main 分支
3735
git add .
3836
git commit -m "$commit_message"

0 commit comments

Comments
 (0)