From ba21728b5e465bf1a067849974162781e0e89825 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 18 Oct 2021 19:14:55 +0300 Subject: [PATCH] Fixed tag generation for releases --- .github/workflows/images_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index c95b28f01d..0cb8ec539d 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -80,7 +80,7 @@ jobs: - name: Get branch info id: branch_info run: | - github_ref="{{ github.ref }}" + github_ref="${{ github.ref }}" result=false if [[ "$github_ref" == "refs/tags/"* ]]; then