From 0c6f7b4ab532de49937170055eadfe87dca39656 Mon Sep 17 00:00:00 2001 From: kimci86 Date: Wed, 20 Mar 2024 22:47:32 +0100 Subject: [PATCH] Set draft setting to true for testing --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecddc24..db8467e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,5 +75,6 @@ jobs: with: name: Release ${{ github.ref_name }} files: packages/* + draft: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}