Compare commits

..

1 Commits

Author SHA1 Message Date
actions-user
4587aaa2e7 tag version Cal.com version v3.0.10 2023-07-04 15:18:28 +00:00
2 changed files with 2 additions and 4 deletions

View File

@@ -32,12 +32,10 @@ jobs:
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 }}'
# note: instead of secrets.GITHUB_TOKEN here, we need to use a PAT
# so that the release creation triggers the image build workflow
- name: "Create release" - name: "Create release"
uses: "actions/github-script@v6" uses: "actions/github-script@v6"
with: with:
github-token: "${{ secrets.ACTIONS_ACCESS_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}"
script: | script: |
try { try {
const response = await github.rest.repos.createRelease({ const response = await github.rest.repos.createRelease({

2
calcom

Submodule calcom updated: 4a4cc7c766...ad4d71d8c0