Skip to content

Commit

Permalink
ci: Added 'Create Release' Job
Browse files Browse the repository at this point in the history
  • Loading branch information
Vel-San authored Sep 8, 2021
1 parent 4550cf6 commit e4bb18c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/auto_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@ jobs:
- uses: actions/checkout@v2

- name: Trigger Changelog
id: changelog
uses: ardalanamini/auto-changelog@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
exclude: ''

- name: Create Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body: |
${{ steps.changelog.outputs.changelog }}

0 comments on commit e4bb18c

Please sign in to comment.