Skip to content

Add JsonCodec.Config.explicitNulls option (#740) #295

Add JsonCodec.Config.explicitNulls option (#740)

Add JsonCodec.Config.explicitNulls option (#740) #295

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