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 dd82d52 commit 27b2263
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 @@ -37,7 +37,7 @@ jobs:
uses: kristiyan-petrov/commit-summary@v3
id: get_commit_summary
with:
ref: ${{ github.ref }}
ref: ${{env.GitVersion_MajorMinorPatch}}

# create release
- name: Create Release
Expand All @@ -46,8 +46,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.gitversion.outputs.PreReleaseTag }}
release_name: Prerelease ${{ github.ref }}
tag_name: ${{env.GitVersion_MajorMinorPatch}}
release_name: New ver ${{env.GitVersion_MajorMinorPatch}}
body: |
### Changelog
${{ steps.get_commit_summary.outputs.summary }}
Expand Down

0 comments on commit 27b2263

Please sign in to comment.