Skip to content

Commit

Permalink
No longer prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 8, 2024
1 parent 8b4bea7 commit 272926c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ jobs:
artifacts: "${{ steps.download.outputs.download-path }}/../asteroids-v${{ needs.build.outputs.datetime}}.zip"
artifactContentType: application/zip
body: |
**Asteroids Game - _Prerelease v${{ needs.build.outputs.datetime }}_**
**Asteroids Game - _Release v${{ needs.build.outputs.datetime }}_**
${{ github.event.head_commit.message }}
prerelease: true
prerelease: false
draft: false
commit: ${{ github.head_ref }}
tag: v${{ needs.build.outputs.datetime }}
Expand Down

0 comments on commit 272926c

Please sign in to comment.