Skip to content

feat(engine+ui): Replace lancedb with postgres (#250) #789

feat(engine+ui): Replace lancedb with postgres (#250)

feat(engine+ui): Replace lancedb with postgres (#250) #789

name: Update Draft Release
on:
push:
branches:
- main
workflow_dispatch:
inputs:
# Latest commit to include with the release. If omitted, use the latest commit on the main branch.
sha:
description: Commit SHA
type: string
permissions:
contents: write
pull-requests: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Draft release
uses: release-drafter/release-drafter@v6
with:
commitish: ${{ inputs.sha || github.sha }}
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}