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