diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2f448d..9588ced 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,4 +56,4 @@ jobs: - name: Create release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release create --draft ${{ github.ref }} + run: gh release create --draft --title ${{ github.ref_name }} ${{ github.ref_name }}