bugfix: add fetch tags to checkout step #4

Merged
jt merged 1 commits from bugfix/fetch-tags-on-checkout into main 2026-07-18 03:15:50 +00:00
+1
View File
@@ -12,6 +12,7 @@ jobs:
uses: actions/checkout@v7
with:
fetch-depth: 0
fetch-tags: true
- name: Configure git
run: |