From 598de6b91a4ecfebafb0eb186ff0f853c1df3300 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 27 Jul 2024 15:36:22 +0200 Subject: [PATCH] [CI/CD] Only push tags to Github on the second git push command. --- .drone/github-mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone/github-mirror.sh b/.drone/github-mirror.sh index d3eadd2e9..6c59b19a0 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