bugfix: add fetch tags to checkout step

This commit is contained in:
jt
2026-07-18 00:15:19 -03:00
parent 09d0de2860
commit f9fb5a62d1
+1
View File
@@ -12,6 +12,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0
fetch-tags: true
- name: Configure git - name: Configure git
run: | run: |