Set fetch-depth to 0 to fetch all tags

pull/1169/head
Wim 4 years ago
parent a4a3525265
commit f70d1c897a

@ -27,7 +27,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 100
fetch-depth: 0
- name: Test
run: go test ./... -mod=vendor
- name: Build

Loading…
Cancel
Save