Skip to content

Commit

Permalink
build-lxd.yml: Fix missing quote
Browse files Browse the repository at this point in the history
Signed-off-by: thecalcaholic <[email protected]>
  • Loading branch information
theCalcaholic committed Sep 14, 2022
1 parent 7c5eff9 commit 6cd3b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-lxd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cd3b16

Please sign in to comment.