diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 6edac0c69..5a7ae49bd 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -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 }}