Skip to content

Commit

Permalink
Update game_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StaringLongingly authored Aug 24, 2024
1 parent 17063a5 commit bcc650d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/game_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,20 @@ jobs:
# create release
- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: kristiyan-petrov/commit-summary@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: Prerelease ${{ github.ref }}
body: |
### Changelog
${{ steps.get_commit_summary.outputs.summary }}
### Additional info:
Thanks for playing!
I love you guys <3
draft: false
prerelease: false
prerelease: true

- name: Download Web artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit bcc650d

Please sign in to comment.