Skip to content

Also copy postgres binary in backup step. (#53) #6

Also copy postgres binary in backup step. (#53)

Also copy postgres binary in backup step. (#53) #6

---
name: Release Drafter Action
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}