Skip to content

Commit

Permalink
Update DeployPages.yml to include commit message with release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston authored Dec 11, 2023
1 parent 43c5943 commit 65b3f31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ jobs:
with:
artifacts: "./asteroids-v${{ steps.set_datetime.outputs.datetime }}.zip"
artifactContentType: application/zip
body: Asteroids Game - Prerelease v${{ steps.set_datetime.outputs.datetime }}
body: |
Asteroids Game - Prerelease v${{ steps.set_datetime.outputs.datetime }}
${{ github.event.head_commit.message }}
prerelease: true
draft: false
commit: ${{ github.head_ref }}
Expand Down

0 comments on commit 65b3f31

Please sign in to comment.