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 2aca7f1 commit c98e599
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/game_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ jobs:
useConfigFile: true
configFilePath: GitVersion.yml

- name: Generate Release Notes
uses: paolorevillosa/release-change-logs@v3.0

- name: Debug (I fucking hate gh actions)
run: |
echo "GitVersion Tag:"
echo "${{env.GitVersion_MajorMinorPatch}}"
echo "Logs:"
echo "${{ steps.release-change-logs.change-logs }}"
- name: Generate Release Notes
uses: paolorevillosa/release-change-logs@v3.0
- name: Create Release
id: create_release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag_name: "${{env.GitVersion_MajorMinorPatch}}"
tag_name: ${{env.GitVersion_MajorMinorPatch}}
release_name: "New ver ${{env.GitVersion_MajorMinorPatch}}"
body: |
### New stuff:
Expand Down

0 comments on commit c98e599

Please sign in to comment.