diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 07a7dc60a..c2eecfde8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -82,7 +82,8 @@ jobs: - name: Check out uses: actions/checkout@v2 # have to fetch everything for git describe for --version - with: fetch-depth: 0 + with: + fetch-depth: 0 run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # things to be cached/restored: diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index fea6c75d2..c3fd9f10d 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -52,7 +52,8 @@ jobs: - name: Check out uses: actions/checkout@v2 # have to fetch everything for git describe for --version - with: fetch-depth: 0 + with: + fetch-depth: 0 run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # things to be cached/restored: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4a7858d9f..ad36c2846 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -47,7 +47,8 @@ jobs: - name: Check out uses: actions/checkout@v2 # have to fetch everything for git describe for --version - with: fetch-depth: 0 + with: + fetch-depth: 0 run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # things to be cached/restored: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7ea1a1c24..6aecaabe3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -42,7 +42,8 @@ jobs: - name: Check out uses: actions/checkout@v2 # have to fetch everything for git describe for --version - with: fetch-depth: 0 + with: + fetch-depth: 0 run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # things to be cached/restored: