Skip to content

Commit bb2abd8

Browse files
authoredJul 11, 2020
Update release-drafter.yml
1 parent b5c41f9 commit bb2abd8

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed
 

‎.github/workflows/release-drafter.yml

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
template: |
2-
## What’s Changed
1+
name: Release Drafter
32

4-
$CHANGES
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
update_release_draft:
10+
name: Update Release Draft
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: release-drafter/release-drafter@v5
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.