Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add release drafter
  • Loading branch information
Yoann Chaudet committed May 24, 2022
1 parent 9add164 commit 9ebc849
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/draft-release.yml
@@ -0,0 +1,14 @@
name: Draft release
on:
push:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9ebc849

Please sign in to comment.