feat(ci): Checkout code in promotion workflow (#3419)

This commit is contained in:
James Rich
2025-10-09 06:11:00 -05:00
committed by GitHub
parent 30ba9f1829
commit df37f3e030

View File

@@ -104,6 +104,12 @@ jobs:
runs-on: ubuntu-latest
needs: [ prepare-build-info, promote-release ]
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
fetch-depth: 0
submodules: 'recursive'
- name: Update GitHub Release with gh CLI
env:
GH_TOKEN: ${{ github.token }}