Compare commits
15 Commits
feat/actio
...
v3.0.10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4587aaa2e7 | ||
|
|
35125d3e41 | ||
|
|
0c502c56ff | ||
|
|
d922d0f363 | ||
|
|
d5fbf1869e | ||
|
|
7567a4669b | ||
|
|
4a368b6279 | ||
|
|
f0feb3920a | ||
|
|
6e264c2cbd | ||
|
|
c2fef16e7f | ||
|
|
98af1ee0f1 | ||
|
|
a014e6987d | ||
|
|
80fbee033f | ||
|
|
aa03d3300a | ||
|
|
2fda3845b0 |
6
.github/workflows/create-release.yaml
vendored
6
.github/workflows/create-release.yaml
vendored
@@ -25,10 +25,10 @@ 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 submodule-release-source && git checkout '${{ inputs.RELEASE_TAG }}')
|
(cd calcom && git fetch --tags origin && git checkout 'refs/tags/${{ 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 }}'
|
||||||
|
|
||||||
|
|||||||
2
calcom
2
calcom
Submodule calcom updated: b9ced0ecf8...ad4d71d8c0
Reference in New Issue
Block a user