ci: full-history checkout for release tag push

This commit is contained in:
itsRevela
2026-05-15 01:09:30 -05:00
parent 59c39428fa
commit ea02b5ee36

View File

@@ -282,6 +282,8 @@ jobs:
steps:
- name: Checkout
uses: https://github.com/actions/checkout@v6
with:
fetch-depth: 0
- name: Download server artifacts
uses: https://github.com/actions/download-artifact@v3
@@ -381,6 +383,8 @@ jobs:
steps:
- name: Checkout
uses: https://github.com/actions/checkout@v6
with:
fetch-depth: 0
- name: Download client artifacts
uses: https://github.com/actions/download-artifact@v3