Skip to content

Commit

Permalink
Update DeployPages.yml to include version on itch.io and add markdown…
Browse files Browse the repository at this point in the history
… to release notes
  • Loading branch information
dylanlangston authored Dec 11, 2023
1 parent 65b3f31 commit acb3659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
artifacts: "./asteroids-v${{ steps.set_datetime.outputs.datetime }}.zip"
artifactContentType: application/zip
body: |
Asteroids Game - Prerelease v${{ steps.set_datetime.outputs.datetime }}
**Asteroids Game - _Prerelease v${{ steps.set_datetime.outputs.datetime }}_**
${{ github.event.head_commit.message }}
prerelease: true
draft: false
Expand All @@ -139,6 +139,7 @@ jobs:
env:
BUTLER_CREDENTIALS: ${{ secrets.ITCHIO_API_KEY }}
CHANNEL: html
VERSION: v${{ steps.set_datetime.outputs.datetime }}
ITCH_GAME: asteroids
ITCH_USER: dylanlangston
PACKAGE: ./asteroids-v${{ steps.set_datetime.outputs.datetime }}.zip

0 comments on commit acb3659

Please sign in to comment.