Skip to content

Commit

Permalink
Improve release
Browse files Browse the repository at this point in the history
This will add the license to the release as well as maintain any message
that someone wrote as tag message.
  • Loading branch information
programming-wolf committed Nov 8, 2022
1 parent 6427047 commit 20eba4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_releasecandidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
draft: false
prerelease: true
body_path: CHANGELOG.txt
append_body: true
files: LICENSE.adoc
- name: Prepare Deployment
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit 20eba4f

Please sign in to comment.