diff --git a/.gitea/workflows/push-to-github.yaml b/.gitea/workflows/push-to-github.yaml index 3cce1cd..02928dd 100644 --- a/.gitea/workflows/push-to-github.yaml +++ b/.gitea/workflows/push-to-github.yaml @@ -30,7 +30,6 @@ jobs: - run: | git remote add github "${GIT_REPO_URL}" || git remote set-url github "${GIT_REPO_URL}" - git push github --all - git push github --tags + git push github --mirror env: GIT_REPO_URL: ${{ secrets.GIT_REPO_URL }}