Skip to content

Commit

Permalink
Fixed tag generation for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Oct 18, 2021
1 parent 2b95ec6 commit ba21728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba21728

Please sign in to comment.