From 04272814d5bb05bcd1fbee0a2d38f40b39e1418e Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Sun, 12 Jan 2025 21:03:18 +0100 Subject: [PATCH] Update beta-release.yaml --- .github/workflows/beta-release.yaml | 1 + 1 file changed, 1 insertion(+) 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