Create Cura package remotely

This commit is contained in:
Erwan MATHIEU 2024-06-05 14:34:13 +02:00
parent c02c3500c6
commit ec56098a9e

View File

@ -122,18 +122,29 @@ jobs:
}
create-cura-package:
name: Create conan package for Cura
uses: Ultimaker/Cura-workflows/.github/workflows/conan-package-release.yml@CURA-10769_automate_release_action
name: Create conan packages for Cura
runs-on: ubuntu-latest
needs: [parse-version, create-dependencies-packages]
with:
repository: Cura
ref_name: ${{ needs.parse-version.outputs.branch_name }}
version: ${{ inputs.cura_version }}
conan_release: true
conan_user_channel: ultimaker/stable
conan_internal: false
conan_latest: true
secrets: inherit
steps:
- name: Call external create package
uses: mathze/workflow-dispatch-action@v1.3.0
with:
owner: Ultimaker
repo: Cura-workflows
workflow-name: conan-package-release.yml
use-marker-step: true
ref: CURA-10769_automate_release_action
token: ${{ secrets.CURA_AUTORELEASE_PAT }}
payload: |
{
"repository": "Cura",
"ref_name": "${{ needs.parse-version.outputs.branch_name }}",
"version": "${{ inputs.cura_version }}",
"conan_release": true,
"conan_user_channel": "ultimaker/stable",
"conan_internal": false,
"conan_latest": true
}
create-installers:
name: Create installers