diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fefa28f..c84cbc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,13 +55,12 @@ jobs: draft: false prerelease: false release_name: ${{ steps.version.outputs.version }} - tag_name: ${{ github.run_number }} - body_path: ${{ github.event.head_commit.message }} - + tag_name: ${{ steps.version.outputs.version }} + body_path: ${{ github.event.head_commit.message }} - name: Dump vars context env: VARS_JSON: ${{ toJSON(vars) }} - run: echo "${VARS_JSON}" + run: echo "${VARS_JSON}" @@ -78,7 +77,5 @@ jobs: - - \ No newline at end of file