Skip to content

Bump version to v0.12.0 (#5604) #15

Bump version to v0.12.0 (#5604)

Bump version to v0.12.0 (#5604) #15

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