提交 be1ad761 作者: 余乾开

feat(config):补充上次提交

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