workflow: enable git push for version tagging in Gitea release
This commit is contained in:
parent
e0c9d90892
commit
5372fe10fe
2
.github/workflows/gitea-release.yml
vendored
2
.github/workflows/gitea-release.yml
vendored
@ -86,4 +86,4 @@ jobs:
|
|||||||
|
|
||||||
# Create release using git command
|
# 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}"
|
git push origin "v${VERSION}"
|
Loading…
x
Reference in New Issue
Block a user