diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6574db83c..6058d1dff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,6 +88,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} + release_name: ${{ github.ref }} + body: | + TODO draft: true prerelease: true - name: Upload buildkit-linux.zip to GitHub Releases