diff --git a/.github/workflows/gitea-release.yml b/.github/workflows/gitea-release.yml index 6e637c6..d9bf611 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 tag -a "v${VERSION}" -m "Release ${VERSION}" git push origin "v${VERSION}" \ No newline at end of file