Fix extras releases not having the commit messages

This commit is contained in:
Pk11
2021-03-13 23:45:20 -06:00
parent afe9ef9aa5
commit 9eefef85d4
+1 -1
View File
@@ -58,7 +58,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: