diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be94d1584..56b79264d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,9 +171,7 @@ jobs: text: 'Version of the has been released to production and test.' failure_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build failed' fields: | - [{ "title": "Commit message", "value": "${{ github.event.head_commit.message }}" }, - { "title": "Committed by", "value": "", "short": true }, + [{ "title": "Committed by", "value": "", "short": true }, { "title": "Commit SHA", "value": "", "short": true }, { "title": "Repository", "value": "", "short": true }, - { "title": "Branch", "value": "", "short": true }, { "title": "Release", "value": "", "short": true }]