From ccbe3b610b01542d86463434de1f2d663e7aaf92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl?= Date: Fri, 9 Feb 2024 16:17:33 +0100 Subject: [PATCH] fix: make it a draft --- .github/workflows/skip.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/skip.yml b/.github/workflows/skip.yml index d711589..cba141e 100644 --- a/.github/workflows/skip.yml +++ b/.github/workflows/skip.yml @@ -19,4 +19,5 @@ jobs: uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true - tag: ${{ steps.determine-edition.outputs.EDITION }} \ No newline at end of file + tag: ${{ steps.determine-edition.outputs.EDITION }} + draft: true \ No newline at end of file