From fd7a6cd627ad4d8e7dfefffdd23f19729053bfeb Mon Sep 17 00:00:00 2001 From: Vladimir Sigalkin Date: Wed, 18 Jan 2023 11:15:42 +0300 Subject: [PATCH] fix(ci): update ci logic --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 385b4db..d081e3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,4 +57,4 @@ jobs: UPM_TAG: upm/v${{ steps.semantic.outputs.new_release_version }} run: | git tag $UPM_TAG upm - git push origin --tags + git push origin --tags