ci: set fetch depth to 0

pull/59/head
sammyette 2021-05-20 18:48:16 -04:00
parent 439930a653
commit 1f3162fc4f
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2
with: