Skip to content

convert map to array before reducing #68

convert map to array before reducing

convert map to array before reducing #68

name: Release Drafter
on:
push:
branches:
- main
jobs:
correct_repository:
runs-on: ubuntu-latest
steps:
- name: fail on fork
if: github.repository_owner != 'kurkle'
run: exit 1
update_release_draft:
needs: correct_repository
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}