Fix TWLBot releases not having the commit messages

This commit is contained in:
Pk11 2021-03-13 23:45:49 -06:00
parent 5e10ed2809
commit 0041a0fa68

View File

@ -53,7 +53,7 @@ jobs:
echo ::set-output name=author_name::$(git log -1 "$GITHUB_SHA" --pretty="%aN")
echo ::set-output name=committer_name::$(git log -1 "$GITHUB_SHA" --pretty="%cN")
echo ::set-output name=commit_subject::$(git log -1 "$GITHUB_SHA" --pretty="%s")
echo ::set-output name=commit_message::$(git log -1 "$GITHUB_SHA" --pretty="%b")
echo ::set-output name=commit_message::$(git log -1 "$GITHUB_SHA" --pretty="%B")
- name: Publish build to GH Actions
uses: actions/upload-artifact@v2
with: