Skip to content

introspection: use obj_description/col_description in postgres (#… #561

introspection: use obj_description/col_description in postgres (#…

introspection: use obj_description/col_description in postgres (#… #561

Workflow file for this run

name: Send Tag Event
on:
push:
tags:
- '**'
jobs:
send-tag-event:
runs-on: ubuntu-22.04
steps:
- run: echo "Sending event for tag ${{ github.ref_name }}"
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.ACCELERATE_DOCKER_QE_BUILD }}
script: |
await github.rest.repos.createDispatchEvent({
owner: 'prisma',
repo: 'pdp-cloudflare',
event_type: "engines_release",
client_payload: {
prisma_version: '${{ github.ref_name }}',
},
})