update reference to calcom folder

This commit is contained in:
Colin Griffin
2023-07-04 10:41:10 -04:00
committed by GitHub
parent 6e264c2cbd
commit f0feb3920a

View File

@@ -27,8 +27,8 @@ jobs:
git config user.name "actions-user"
git submodule update --init
git checkout -b 'release-${{ inputs.RELEASE_TAG }}'
(cd submodule-release-source && git checkout '${{ inputs.RELEASE_TAG }}')
git add submodule-release-source
(cd calcom && git checkout '${{ inputs.RELEASE_TAG }}')
git add calcom
git commit -m "tag version Cal.com version ${{ inputs.RELEASE_TAG }}"
git push origin 'release-${{ inputs.RELEASE_TAG }}'
@@ -54,4 +54,4 @@ jobs:
core.exportVariable('RELEASE_UPLOAD_URL', response.data.upload_url);
} catch (error) {
core.setFailed(error.message);
}
}