;ci: fix syntax (#1543)

This commit is contained in:
Simon Michael 2021-06-03 22:51:17 -10:00
parent 73de79d3d6
commit 77be26514f
4 changed files with 8 additions and 0 deletions

View File

@ -84,6 +84,8 @@ jobs:
# have to fetch everything for git describe for --version
with:
fetch-depth: 0
- name: Check out tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored:

View File

@ -54,6 +54,8 @@ jobs:
# have to fetch everything for git describe for --version
with:
fetch-depth: 0
- name: Check out tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored:

View File

@ -49,6 +49,8 @@ jobs:
# have to fetch everything for git describe for --version
with:
fetch-depth: 0
- name: Check out tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored:

View File

@ -44,6 +44,8 @@ jobs:
# have to fetch everything for git describe for --version
with:
fetch-depth: 0
- name: Check out tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored: