pull submodules from remote to get available branches
This commit is contained in:
2
.github/workflows/create-release.yaml
vendored
2
.github/workflows/create-release.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.email "actions@github.com"
|
git config user.email "actions@github.com"
|
||||||
git config user.name "actions-user"
|
git config user.name "actions-user"
|
||||||
git submodule update --init
|
git submodule update --init --remote
|
||||||
git checkout -b 'release-${{ inputs.RELEASE_TAG }}'
|
git checkout -b 'release-${{ inputs.RELEASE_TAG }}'
|
||||||
(cd calcom && git checkout '${{ inputs.RELEASE_TAG }}')
|
(cd calcom && git checkout '${{ inputs.RELEASE_TAG }}')
|
||||||
git add calcom
|
git add calcom
|
||||||
|
|||||||
Reference in New Issue
Block a user