From 897a5b577abcfce5673fa9955e68d3e9fc32116b Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Wed, 5 Jun 2024 12:56:16 +0100 Subject: [PATCH] github: Change title. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b15fa41..b2f448d 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 --title ${{ github.ref }} ${{ github.ref }} + run: gh release create --draft ${{ github.ref }}