From a0729965b23723cea4458fc8743838e1fb6529d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20H=C3=A5kansson?= Date: Wed, 1 May 2024 18:06:13 +0200 Subject: [PATCH] Fixed Github action release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d07d79..7424597 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,5 +110,6 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1 with: + name: ${{ github.ref_name }} draft: true artifacts: "*"