ci/fix-git-commands #100

Merged
servostar merged 3 commits from ci/fix-git-commands into main 2024-11-25 13:56:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7c3ac0381c - Show all commits

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::"