fix: correct indentation for fetch-depth in CI workflow
Some checks failed
CI / goreleaser (push) Has been cancelled

This commit is contained in:
2025-10-07 11:12:04 +08:00
parent 202d6a4d08
commit e1ed62cca9

View File

@@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-go@v6
with: