diff --git a/.github/workflows/beta-ci.yml b/.github/workflows/beta-ci.yml index 2de56eeb9..81ed431bd 100644 --- a/.github/workflows/beta-ci.yml +++ b/.github/workflows/beta-ci.yml @@ -271,6 +271,10 @@ jobs: needs: - merge steps: + # Checkout the repo + - name: Checkout + uses: actions/checkout@v4 + # Get the Release Version from the artifact - name: Get the Release Version from the artifact uses: actions/download-artifact@v2