提交 54227c0b 作者: 余乾开

hotfix(git tag):将tag提交和镜像标签提交分开

上级 1c39b5e4
......@@ -104,6 +104,10 @@ jobs:
git config user.email "Chuck@users.noreply.github.com"
git remote set-url origin "$GITLAB_URL"
git commit -am "Update Image Tag"
git push origin develop
- name: Tag and Push
run: |
git tag -a $TAG -m "日常迭代"
git push origin develop --tags
......
......@@ -109,6 +109,10 @@ jobs:
git config user.email "Chuck@users.noreply.github.com"
git remote set-url origin "$GITLAB_URL"
git commit -am "Update Image Tag"
git push origin master
- name: Tag and Push
run: |
git tag -a $TAG -m "日常迭代"
git push origin master --tags
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论