From 27b2263c2a5df07ffbeac97c540f440983d5d219 Mon Sep 17 00:00:00 2001 From: Dimitris Bousoulegkas <74494805+StaringLongingly@users.noreply.github.com> Date: Sat, 24 Aug 2024 05:54:50 +0300 Subject: [PATCH] Update game_ci.yml --- .github/workflows/game_ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/game_ci.yml b/.github/workflows/game_ci.yml index 78bcc33..1402af6 100644 --- a/.github/workflows/game_ci.yml +++ b/.github/workflows/game_ci.yml @@ -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 @@ -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 }}