From 79bf493f59d5c86dfc15ddb3a17a5f894787a45a Mon Sep 17 00:00:00 2001 From: altrisi Date: Wed, 3 Feb 2021 22:10:38 +0100 Subject: [PATCH] Fix rules-to-readme metadata --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 7656e1a1..1909293f 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -164,5 +164,5 @@ jobs: git add README.md git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git commit -m "Update Readme for '${{ github.event.head_commit.message }}'" || exit 0 + git commit -m "Update Readme for '${{ github.event.release.name }}'" || exit 0 git push