get the entire repo depth for changelogs
Some checks failed
CI / Lint (push) Successful in 6s
CI / Build (push) Successful in 13s
CI / Test (push) Successful in 58s
Release versioned tag / Build versioned release (push) Failing after 1m6s

This commit is contained in:
2025-01-21 13:03:23 -06:00
parent e37dc930dd
commit 55330ebd3c

View File

@@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup go
uses: actions/setup-go@v5