Skip to content

Commit

Permalink
Allow for a release dispatch
Browse files Browse the repository at this point in the history
Contribute to CURA-10831
  • Loading branch information
jellespijker committed Nov 11, 2023
1 parent 692be2e commit 6070e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conan-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 6070e31

Please sign in to comment.