提交 bbf2686a 编写于 作者: B Bogdan Kobylynskyi

Fix pipelines: push release version changes

上级 9dd741c0
......@@ -212,4 +212,6 @@ jobs:
#
- name: Push release version
run: git push --tags
\ No newline at end of file
run: |
git push
git push --tags
\ No newline at end of file
......@@ -33,4 +33,5 @@ jobs:
git config --global user.name 'Bogdan Kobylynskyi'
git config --global user.email 'kobylynskyi@users.noreply.github.com'
git commit -am "Bump version to ${{ github.event.inputs.new_version }}"
git push
git push --tags
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册