Skip to content

Bump versions to 0.12.2 (#5751) #17

Bump versions to 0.12.2 (#5751)

Bump versions to 0.12.2 (#5751) #17

Workflow file for this run

name: CD deploy tag
on:
push:
tags:
- 'v*'
jobs:
deploy-tag:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.TWENTY_INFRA_TOKEN }}
repository: twentyhq/twenty-infra
event-type: auto-deploy-tag
client-payload: '{"github": ${{ toJson(github) }}}' # Passes the entire github context to the downstream workflow