diff --git a/.github/workflows/beta-release.yaml b/.github/workflows/beta-release.yaml index fbe82ba..fe8ba84 100644 --- a/.github/workflows/beta-release.yaml +++ b/.github/workflows/beta-release.yaml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v3 with: # This checks out the branch that triggered the workflow + submodules: recursive ref: ${{ github.ref }} - name: Fetch all branches