Skip to content

Make compare and forName curried as expected by the library (#174) #18

Make compare and forName curried as expected by the library (#174)

Make compare and forName curried as expected by the library (#174) #18

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