Fixed tag generation for releases

This commit is contained in:
Alexey Pustovalov 2021-10-18 19:14:55 +03:00
parent 2b95ec607c
commit ba21728b5e

View File

@ -80,7 +80,7 @@ jobs:
- name: Get branch info - name: Get branch info
id: branch_info id: branch_info
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