mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
build-lxd.yml: Fix missing quote
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
7c5eff9f38
commit
6cd3b16de6
2
.github/workflows/build-lxd.yml
vendored
2
.github/workflows/build-lxd.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user