diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 101cf1a..821fee6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,6 +79,8 @@ jobs: - uses: ncipollo/release-action@v1 with: + tag_name: ${{ github.run_number }} + body: ${{ github.event.head_commit.message }} artifacts: "Release.zip" - name: Upload Release