Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

feat(prisma): introduce CreateOrUpdate function with upsert to avoid … #649

feat(prisma): introduce CreateOrUpdate function with upsert to avoid …

feat(prisma): introduce CreateOrUpdate function with upsert to avoid … #649

Workflow file for this run

name: release-drafter
on:
push:
branches:
- main
jobs:
update-release-draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}