Skip to content

Commit

Permalink
feat: 完善项目
Browse files Browse the repository at this point in the history
  • Loading branch information
godLei6 committed Oct 6, 2024
1 parent f802725 commit 88cf558
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shell/gittag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ fi
# 获取第一个参数
tag="$1"
git tag $tag
git push origin master
git push origin $tag
git push gitee master
git push gitee master
git push gitee $tag
git push github master
git push github master
git push github $tag

0 comments on commit 88cf558

Please sign in to comment.