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) }}