Set fetch depth for goreleaser to work properly

This commit is contained in:
Sam Coe 2022-11-15 09:37:24 +02:00
parent c066edc984
commit 44e6483717
No known key found for this signature in database

View file

@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go 1.18
uses: actions/setup-go@v3
with: