From 6070e31b62588b8617f57c79fe54a13e588488b4 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Sat, 11 Nov 2023 11:39:41 +0100 Subject: [PATCH] Allow for a release dispatch Contribute to CURA-10831 --- .github/workflows/conan-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml index 982c473af7..edd877b50e 100644 --- a/.github/workflows/conan-package.yml +++ b/.github/workflows/conan-package.yml @@ -66,7 +66,7 @@ jobs: uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml@CURA-10831 with: project_name: curaengine - release: ${{ inputs.create_release }} + release: ${{ github.event.inputs.create_release == 'true' }} conan-package-export: needs: [ conan-recipe-version ]