Skip to content

Update circe-core, circe-generic, ... to 0.14.14 (#1035) #48

Update circe-core, circe-generic, ... to 0.14.14 (#1035)

Update circe-core, circe-generic, ... to 0.14.14 (#1035) #48

name: Release Drafter
on:
push:
branches:
- series/1.x # CE3
- series/2.x
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}