recipe-export doesn't have any output

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-15 19:18:20 +02:00 committed by Jelle Spijker
parent dcb376fd43
commit 22b3290748

View File

@ -27,19 +27,6 @@ on:
required: false required: false
type: string type: string
outputs:
recipe_id_full:
description: 'The full Conan recipe id: <name>/<version>@<user>/<channel>'
value: ${{ jobs.get-semver.outputs.recipe_id_full }}
recipe_id_latest:
description: 'The full Conan recipe aliased (latest) id: <name>/(latest)@<user>/<channel>'
value: ${{ inputs.project_name }}/latest@${{ jobs.get-semver.outputs.user }}/${{ jobs.get-semver.outputs.channel }}
recipe_semver_full:
description: 'The full semver <Major>.<Minor>.<Patch>-<PreReleaseTag>+<BuildMetaData>'
value: ${{ steps.git-tool.outputs.Major }}.${{ steps.git-tool.outputs.Minor }}.${{ steps.git-tool.outputs.Patch }}-${{ steps.prereleasetag.outputs.PreReleaseTag }}+${{ steps.git-tool.outputs.BuildMetaData }}
env: env:
CONAN_LOGIN_USERNAME_ULTIMAKER: ${{ secrets.CONAN_USER }} CONAN_LOGIN_USERNAME_ULTIMAKER: ${{ secrets.CONAN_USER }}
CONAN_PASSWORD_ULTIMAKER: ${{ secrets.CONAN_PASS }} CONAN_PASSWORD_ULTIMAKER: ${{ secrets.CONAN_PASS }}