From ce0e8ca16ca5bdc24c6eae8cbb47e7660a8b6036 Mon Sep 17 00:00:00 2001 From: Vladimir Sigalkin Date: Thu, 29 Oct 2020 23:37:36 +0300 Subject: [PATCH] fix: test --- .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 658ff48..611308a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,4 +83,4 @@ jobs: git tag $TAG upm git push origin --tags env: - TAG: upm/v${{ steps.semantic.outputs.new_release_version }} \ No newline at end of file + TAG: upm/v${{ steps.semantic.outputs.new_release_version }} \ No newline at end of file