ci: push version tag to origin
This commit is contained in:
parent
bb1c6f8570
commit
7c3ac0381c
|
@ -42,5 +42,5 @@ jobs:
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
echo "::group::{Tag commit}"
|
echo "::group::{Tag commit}"
|
||||||
git tag -m "Release" "${VERSION}"
|
git tag -m "Release" "${VERSION}"
|
||||||
git push "${VERSION}"
|
git push origin "${VERSION}"
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
Loading…
Reference in New Issue