Skip to content

Commit

Permalink
Merge pull request #42 from Nr18/chore/release-notes
Browse files Browse the repository at this point in the history
chore: automatically update the release body
  • Loading branch information
Joris Conijn authored Feb 20, 2022
2 parents 539406c + ba78a4e commit 5519903
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: make install
- name: Run check
run: make build
- uses: release-drafter/release-drafter@v5
id: release_notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -33,11 +37,9 @@ jobs:
with:
tag_name: v${{ steps.vars.outputs.version }}
release_name: Release v${{ steps.vars.outputs.version }}
body: ${{ steps.release_notes.outputs.body }}
draft: false
prerelease: false
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 5519903

Please sign in to comment.