1
0
mirror of https://github.com/cloudflare/gortr.git synced 2024-05-19 06:50:10 +00:00

github actions checkout parameter

should allow getting the latest tag and avoid `No names found, cannot describe anything`
This commit is contained in:
Louis
2020-11-23 18:38:23 -08:00
committed by GitHub
parent 35eba8c4b3
commit 1ec5f421d0

View File

@ -19,6 +19,8 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Test & Vet
run: make test vet