diff --git a/.drone/github-mirror.sh b/.drone/github-mirror.sh index d3eadd2e9a..6c59b19a05 100755 --- a/.drone/github-mirror.sh +++ b/.drone/github-mirror.sh @@ -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