From e57f4216d404cefafb600180438d646d438fcacf Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Fri, 21 Feb 2025 21:54:24 +0100 Subject: [PATCH] ci: comment out git tag and push commands in gitea-release workflow --- .github/workflows/gitea-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitea-release.yml b/.github/workflows/gitea-release.yml index d9bf611..71fbcf9 100644 --- a/.github/workflows/gitea-release.yml +++ b/.github/workflows/gitea-release.yml @@ -85,5 +85,5 @@ jobs: done # Create release using git command - git tag -a "v${VERSION}" -m "Release ${VERSION}" - git push origin "v${VERSION}" \ No newline at end of file + #git tag -a "v${VERSION}" -m "Release ${VERSION}" + #git push origin "v${VERSION}" \ No newline at end of file