diff --git a/.github/workflows/release-process_release-candidate.yml b/.github/workflows/release-process_release-candidate.yml index e2febdbaf9..87e08853f3 100644 --- a/.github/workflows/release-process_release-candidate.yml +++ b/.github/workflows/release-process_release-candidate.yml @@ -88,35 +88,35 @@ jobs: git tag ${{ needs.prepare-cura-repo.outputs.tag_name }} git push origin tag ${{ needs.prepare-cura-repo.outputs.tag_name }} - create-dependencies-packages: - name: Create conan packages for dependencies - uses: mathze/workflow-dispatch-action@v1.3.0 - needs: [parse-version, prepare-cura-repo] - strategy: - matrix: - repository: [Cura, Uranium, CuraEngine, cura-binary-data, fdm_materials] - include: - - conan_recipe_root: "." - - repository: Cura - conan_recipe_root: "resources" - 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": "${{ matrix.repository }}", - "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, - "conan_recipe_root": "${{ matrix.conan_recipe_root }}" - } + #create-dependencies-packages: + #name: Create conan packages for dependencies + #uses: mathze/workflow-dispatch-action@v1.3.0 + #needs: [parse-version, prepare-cura-repo] + #strategy: + #matrix: + #repository: [Cura, Uranium, CuraEngine, cura-binary-data, fdm_materials] + #include: + #- conan_recipe_root: "." + #- repository: Cura + #conan_recipe_root: "resources" + #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": "${{ matrix.repository }}", + #"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, + #"conan_recipe_root": "${{ matrix.conan_recipe_root }}" + #} create-cura-package: name: Create conan package for Cura