cicd: fetch-depth 0 needed for goreleaser changelog

This commit is contained in:
jamesread 2023-03-24 17:06:48 +00:00
parent e7ab8441d7
commit a792a0aa55
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up QEMU
id: qemu

View File

@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up QEMU
id: qemu