Fixed tag generation for releases

This commit is contained in:
Alexey Pustovalov 2021-10-18 19:16:58 +03:00
parent 789b0e5103
commit fda3ea30e8
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ jobs:
echo "::set-output name=is_default_branch::$result" echo "::set-output name=is_default_branch::$result"
build_base: build_base:
timeout-minutes: 70 timeout-minutes: 90
name: Build base on ${{ matrix.os }} name: Build base on ${{ matrix.os }}
needs: init_build needs: init_build
strategy: strategy:

View File

@ -70,7 +70,7 @@ jobs:
id: branch_info id: branch_info
shell: bash shell: bash
run: | run: |
github_ref="{{ github.ref }}" github_ref="${{ github.ref }}"
result=false result=false
if [[ "$github_ref" == "refs/tags/"* ]]; then if [[ "$github_ref" == "refs/tags/"* ]]; then