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 c98e599 commit 8284715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/game_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "GitVersion Tag:"
echo "${{env.GitVersion_MajorMinorPatch}}"
echo "Logs:"
echo "${{ steps.release-change-logs.change-logs }}"
echo "${{ env.release-change-logs.change-logs }}"
- name: Create Release
id: create_release
Expand All @@ -51,7 +51,7 @@ jobs:
release_name: "New ver ${{env.GitVersion_MajorMinorPatch}}"
body: |
### New stuff:
${{ steps.release-change-logs.change-logs }}
${{ env.release-change-logs.change-logs }}
As always thanks for playing!
I love you <33
draft: false
Expand Down

0 comments on commit 8284715

Please sign in to comment.