forked from platypush/platypush
[CI/CD] Only push tags to Github on the second git push command.
This commit is contained in:
parent
20483524d1
commit
598de6b91a
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ git pull --rebase github "$(git branch | head -1 | awk '{print $2}')" || echo "N
|
|||
|
||||
# Push the changes to the GitHub mirror
|
||||
git push --all -v github
|
||||
git push --tags origin master
|
||||
git push --tags
|
||||
|
|
Loading…
Reference in a new issue