1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-01-31 12:50:27 +00:00
badnest/.github/workflows/release-draft.yml
2019-10-19 18:38:00 -05:00

15 lines
249 B
YAML

name: Release Management
on:
push:
branches:
- master
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}