Skip to content

Updated the tested PostgreSQL version. (#18) #9

Updated the tested PostgreSQL version. (#18)

Updated the tested PostgreSQL version. (#18) #9

Workflow file for this run

name: Process
on:
push:
branches:
- main
- master
jobs:
release_drafter:
name: Update release draft
runs-on: ubuntu-22.04
timeout-minutes: 3
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}