workflow: enable git push for version tagging in Gitea release
This commit is contained in:
2
.github/workflows/gitea-release.yml
vendored
2
.github/workflows/gitea-release.yml
vendored
@ -86,4 +86,4 @@ jobs:
|
||||
|
||||
# Create release using git command
|
||||
#git tag -a "v${VERSION}" -m "Release ${VERSION}"
|
||||
#git push origin "v${VERSION}"
|
||||
git push origin "v${VERSION}"
|
Reference in New Issue
Block a user