From 066f65031f4e12fc523371859649e94d1fefcce1 Mon Sep 17 00:00:00 2001 From: alex289 Date: Wed, 6 Dec 2023 10:14:52 +0100 Subject: [PATCH] fix: Workflow input type --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1b8cd23..8a52e5e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -4,10 +4,10 @@ on: workflow_dispatch: inputs: release: + type: boolean description: 'Create a new release' required: true - default: 'false' - options: ['true', 'false'] + default: false push: branches: [ main ] pull_request: