From 34abc64ed0398415f2b3dd38399754a4d05923c8 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Sun, 28 Jan 2024 03:57:29 -0600 Subject: [PATCH] shitted --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a250f8a..0013b14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,9 +56,10 @@ jobs: prerelease: false release_name: ${{ steps.version.outputs.version }} tag_name: ${{ github.event.head_commit.message }} - body_path: ${{ github.event.head_commit.message }} + body: ${{ github.event.head_commit.message }} + - name: Dump vars context - run: echo ${{ toJSON(vars) }} + run: echo ${{ toJSON(vars) }} @@ -75,5 +76,7 @@ jobs: + + \ No newline at end of file