Skip to content

Commit

Permalink
Use commit message as release body
Browse files Browse the repository at this point in the history
  • Loading branch information
kairusds committed Aug 2, 2021
1 parent 646b0e5 commit d1047b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
file_glob: true
tag: ${{ steps.vars.outputs.sha_short }}
overwrite: true
body: "Built using Github Actions."
body: ${{ github.event.head_commit.message }}
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit d1047b8

Please sign in to comment.