From 5372fe10fe8580a330ffe7228c9c0ffe952b83d7 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Fri, 21 Feb 2025 22:17:22 +0100 Subject: [PATCH] workflow: enable git push for version tagging in Gitea release --- .github/workflows/gitea-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitea-release.yml b/.github/workflows/gitea-release.yml index 71fbcf9..6e637c6 100644 --- a/.github/workflows/gitea-release.yml +++ b/.github/workflows/gitea-release.yml @@ -86,4 +86,4 @@ jobs: # 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 push origin "v${VERSION}" \ No newline at end of file