Fix for Release CI

This commit is contained in:
DecDuck
2025-07-31 21:39:01 +10:00
parent ec5f0ca986
commit 4ff6be81c2
+2 -1
View File
@@ -23,8 +23,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 1 # fix for when this gets triggered by tag
fetch-depth: 3 # fix for when this gets triggered by tag
fetch-tags: true
ref: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Determine final version