chore(build): fix fetch tags for goreleaser
All checks were successful
release / docker-image (push) Successful in 46s
release / goreleaser (push) Successful in 9m59s

This commit is contained in:
2026-01-09 15:02:41 +03:00
parent b5c8ec45aa
commit 1e32de279e

View File

@@ -13,6 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
- name: Setup Go