fix: add checkout to release jobs for gh cli

This commit is contained in:
itsRevela 2026-03-29 14:29:06 -05:00
parent 91e8b9cef4
commit 45987849b8

View file

@ -163,6 +163,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Download server artifacts
uses: actions/download-artifact@v7
with:
@ -215,6 +218,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Download client artifacts
uses: actions/download-artifact@v7
with: