From 030b0e32d11102285c14b8c97ae75ced81599d94 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Sun, 28 Jan 2024 03:46:26 -0600 Subject: [PATCH] shitting --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c84cbc1..a250f8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,12 +55,10 @@ jobs: draft: false prerelease: false release_name: ${{ steps.version.outputs.version }} - tag_name: ${{ steps.version.outputs.version }} + tag_name: ${{ github.event.head_commit.message }} body_path: ${{ github.event.head_commit.message }} - name: Dump vars context - env: - VARS_JSON: ${{ toJSON(vars) }} - run: echo "${VARS_JSON}" + run: echo ${{ toJSON(vars) }}