Skip to content

Update doobie-core, doobie-h2 to 1.0.0-RC5 #1762

Update doobie-core, doobie-h2 to 1.0.0-RC5

Update doobie-core, doobie-h2 to 1.0.0-RC5 #1762

name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}