Navigation Menu

Skip to content

Commit

Permalink
Tweak commit messages on gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Jul 23, 2021
1 parent 22ff4d3 commit f0e83a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -69,7 +69,10 @@ jobs:
keep_files: true
user_name: 'William King Noel Bot'
user_email: 'adrestia@iohk.io'
full_commit_message: ${{ steps.build.outputs.commit_message }}
full_commit_message: |
docs: ${{ github.event.head_commit.message }}
Source commit: ${{ github.sha }}
bump_sh:
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit f0e83a2

Please sign in to comment.