build-lxd.yml: Fix missing quote

Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
thecalcaholic 2022-09-14 20:53:50 +02:00
parent 7c5eff9f38
commit 6cd3b16de6
No known key found for this signature in database
GPG Key ID: 3510056072886A8F

View File

@ -79,7 +79,7 @@ jobs:
then
version="master"
else
if [[ "${{ github.ref_type }}" != "tag ]] || ! git describe --tags > /dev/null
if [[ "${{ github.ref_type }}" != "tag" ]] || ! git describe --tags > /dev/null
then
git fetch -fu --tags origin ${{ env.VERSION }}:${{ env.VERSION }}
fi