Skip to content

alphabetized PREP instead of categorizing it #13

alphabetized PREP instead of categorizing it

alphabetized PREP instead of categorizing it #13

name: Release Drafter
on:
push:
branches:
- master
jobs:
draft:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
if: github.repository == 'acemod/ACE3'
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}