Attempt to fix release by fetching all history for all branches and tags

This commit is contained in:
Zach Borboa
2025-11-18 14:35:32 -05:00
parent 3b59f4001d
commit 8e7b3d44fd
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 1
fetch-depth: 0
fetch-tags: true
persist-credentials: false