fix: fetch-tags not working on checkout action

This commit is contained in:
Jan Laupetin
2025-09-10 19:25:52 +01:00
parent 9285293650
commit 7e2dd07359
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
with: with:
submodules: recursive submodules: recursive
fetch-tags: true fetch-depth: 0
- name: Premake generate - name: Premake generate
working-directory: ${{ github.workspace }} working-directory: ${{ github.workspace }}