Skip to content

Updated the PostgreSQL version to 16.3. #10

Updated the PostgreSQL version to 16.3.

Updated the PostgreSQL version to 16.3. #10

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 }}