diff --git a/.github/workflows/gitlab-mirror.yml b/.github/workflows/gitlab-mirror.yml index dc8b3771..4531c7ae 100644 --- a/.github/workflows/gitlab-mirror.yml +++ b/.github/workflows/gitlab-mirror.yml @@ -26,4 +26,4 @@ jobs: git remote add gitlab https://oauth2:${GITLAB_TOKEN}@git.tosdr.org/tosdr/phoenix.git # Push to the mirror - git push gitlab master \ No newline at end of file + git push gitlab master --tags \ No newline at end of file