fix(workflow): added missing $
This commit is contained in:
parent
1409676264
commit
8252393474
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ jobs:
|
|||
unset GITHUB_TOKEN
|
||||
unset GITLAB_TOKEN
|
||||
if [ -n "${{ github.base_ref }}" ]; then
|
||||
release="$(basename "{{ github.base_ref }}")"
|
||||
release="$(basename "${{ github.base_ref }}")"
|
||||
else
|
||||
release="$(basename "${{ github.ref }}")"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue