update reference to calcom folder
This commit is contained in:
4
.github/workflows/create-release.yaml
vendored
4
.github/workflows/create-release.yaml
vendored
@@ -27,8 +27,8 @@ jobs:
|
|||||||
git config user.name "actions-user"
|
git config user.name "actions-user"
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
git checkout -b 'release-${{ inputs.RELEASE_TAG }}'
|
git checkout -b 'release-${{ inputs.RELEASE_TAG }}'
|
||||||
(cd submodule-release-source && git checkout '${{ inputs.RELEASE_TAG }}')
|
(cd calcom && git checkout '${{ inputs.RELEASE_TAG }}')
|
||||||
git add submodule-release-source
|
git add calcom
|
||||||
git commit -m "tag version Cal.com version ${{ inputs.RELEASE_TAG }}"
|
git commit -m "tag version Cal.com version ${{ inputs.RELEASE_TAG }}"
|
||||||
git push origin 'release-${{ inputs.RELEASE_TAG }}'
|
git push origin 'release-${{ inputs.RELEASE_TAG }}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user