gh-XcodesOrg-XcodesApp/.github/workflows/release-drafter.yml
2021-01-25 19:28:05 -07:00

16 lines
343 B
YAML

name: Release Drafter
on:
# Allow running it manually in case we forget to label a PR before merging
workflow_dispatch:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}