mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 07:41:46 -05:00
Fix syntax
This commit is contained in:
parent
ede06e2ca8
commit
4d6d97538c
2
.github/workflows/snap.yml
vendored
2
.github/workflows/snap.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Get version
|
||||
id: get_version
|
||||
run: |
|
||||
if [[ "${{github.ref_name}" == "snap" ]]; then
|
||||
if [[ "${{github.ref_name}}" == "snap" ]]; then
|
||||
echo "version=${{github.sha}}" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "version=$(echo ${{github.ref_name}} | cut -c2-)" >> $GITHUB_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user