提交 78a6be8e 作者: 余乾开

feat(config):补充Git tag

上级 07375965
...@@ -77,8 +77,9 @@ jobs: ...@@ -77,8 +77,9 @@ jobs:
git config user.name "Chuck" git config user.name "Chuck"
git config user.email "Chuck@users.noreply.github.com" git config user.email "Chuck@users.noreply.github.com"
git remote set-url origin "$GITLAB_URL" git remote set-url origin "$GITLAB_URL"
git commit -am "Generated Image New Tag" git commit -am "Update Image Tag"
git push origin develop git tag -a $TAG -m "日常迭代"
git push origin develop --tags
- name: Send Error Notification by WeChat - name: Send Error Notification by WeChat
if: ${{ failure() }} if: ${{ failure() }}
......
...@@ -77,8 +77,9 @@ jobs: ...@@ -77,8 +77,9 @@ jobs:
git config user.name "Chuck" git config user.name "Chuck"
git config user.email "Chuck@users.noreply.github.com" git config user.email "Chuck@users.noreply.github.com"
git remote set-url origin "$GITLAB_URL" git remote set-url origin "$GITLAB_URL"
git commit -am "Generated Image New Tag" git commit -am "Update Image Tag"
git push origin master git tag -a $TAG -m "日常迭代"
git push origin master --tags
- name: Send Error Notification by WeChat - name: Send Error Notification by WeChat
if: ${{ failure() }} if: ${{ failure() }}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论