Skip to content

Fix pretty printing for JSON encoder of Schema.Fallback (#782) #318

Fix pretty printing for JSON encoder of Schema.Fallback (#782)

Fix pretty printing for JSON encoder of Schema.Fallback (#782) #318

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}