Skip to content

General - Cleanup trailing whitespace in config/code (#10478) #2038

General - Cleanup trailing whitespace in config/code (#10478)

General - Cleanup trailing whitespace in config/code (#10478) #2038

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@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}