;ci: no need for extra tags fetching (#1543)

fetch-depth: 0 also fetches tags.
This commit is contained in:
Simon Michael 2021-06-03 22:53:01 -10:00
parent 77be26514f
commit fc7df75f43
4 changed files with 0 additions and 12 deletions

View File

@ -85,9 +85,6 @@ jobs:
with:
fetch-depth: 0
- name: Check out tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored:
- name: Cache stack global package db

View File

@ -55,9 +55,6 @@ jobs:
with:
fetch-depth: 0
- name: Check out tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored:
- name: Cache stack global package db

View File

@ -50,9 +50,6 @@ jobs:
with:
fetch-depth: 0
- name: Check out tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored:
- name: Cache stack global package db

View File

@ -45,9 +45,6 @@ jobs:
with:
fetch-depth: 0
- name: Check out tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored:
- name: Cache stack global package db