ci: push version tag to origin

This commit is contained in:
Sven Vogel 2024-11-25 14:52:51 +01:00
parent bb1c6f8570
commit 7c3ac0381c
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ jobs:
echo "::endgroup::"
echo "::group::{Tag commit}"
git tag -m "Release" "${VERSION}"
git push "${VERSION}"
git push origin "${VERSION}"
echo "::endgroup::"