Merge pull request #296 from acorncom/patch-1 #339
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Drafter | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
draftRelease: | |
runs-on: ubuntu-latest | |
name: Draft Release | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Draft Release | |
uses: toolmantim/release-drafter@v5.2.0 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |