Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Explosion-Scratch committed Jan 17, 2021
1 parent 0234338 commit b5c8c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
tag_name: v${{ steps.extract_version.outputs.version }}
release_name: Release ${{ steps.extract_version.outputs.version }}
body: |
Automated release of version ${{ steps.extract_version.outputs.version }}
Automated release of version ${{ steps.extract_version.outputs.version }}, Commit message:\
${{github.event.head_commit.message}}
draft: false
prerelease: false
setup-release:
Expand Down

0 comments on commit b5c8c87

Please sign in to comment.