From 4a368b62798dbaad62d2a8f5559fdb24ec6bbef8 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Tue, 4 Jul 2023 10:47:15 -0400 Subject: [PATCH] pull submodules from remote to get available branches --- .github/workflows/create-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 606ebf7..154d435 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -25,7 +25,7 @@ jobs: run: | git config user.email "actions@github.com" git config user.name "actions-user" - git submodule update --init + git submodule update --init --remote git checkout -b 'release-${{ inputs.RELEASE_TAG }}' (cd calcom && git checkout '${{ inputs.RELEASE_TAG }}') git add calcom