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