1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-02-07 16:40:27 +00:00
badnest/.github/workflows/release-draft.yml

15 lines
249 B
YAML
Raw Normal View History

2019-10-19 18:38:00 -05:00
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 }}