Skip to content

Commit

Permalink
Changelog builder
Browse files Browse the repository at this point in the history
  • Loading branch information
thmshmm authored Feb 2, 2024
1 parent 58ba958 commit 54c2bd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,14 @@ jobs:
tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}
cd -
if: startsWith(github.ref, 'refs/tags/v')
- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v1
with:
files: "taskui-*.tar.gz"
body: ${{steps.github_release.outputs.changelog}}
if: startsWith(github.ref, 'refs/tags/v')

0 comments on commit 54c2bd6

Please sign in to comment.