From fda3ea30e82f2d4dccbd3592313bde1351eddc7b Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 18 Oct 2021 19:16:58 +0300 Subject: [PATCH] Fixed tag generation for releases --- .github/workflows/images_build.yml | 2 +- .github/workflows/images_build_windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 0cb8ec539..dfb49ff37 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -95,7 +95,7 @@ jobs: echo "::set-output name=is_default_branch::$result" build_base: - timeout-minutes: 70 + timeout-minutes: 90 name: Build base on ${{ matrix.os }} needs: init_build strategy: diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index 0d30f5058..1f46d1541 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -70,7 +70,7 @@ jobs: id: branch_info shell: bash run: | - github_ref="{{ github.ref }}" + github_ref="${{ github.ref }}" result=false if [[ "$github_ref" == "refs/tags/"* ]]; then