From 1972ca2f6c0f86b456773206ad58eca0d823802d Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 5 Jun 2024 13:57:46 +0200 Subject: [PATCH] Restore part of the call --- .github/workflows/release-process_release-candidate.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-process_release-candidate.yml b/.github/workflows/release-process_release-candidate.yml index 87e08853f3..4224af0cf3 100644 --- a/.github/workflows/release-process_release-candidate.yml +++ b/.github/workflows/release-process_release-candidate.yml @@ -88,10 +88,11 @@ 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 + create-dependencies-packages: + name: Create conan packages for dependencies #uses: mathze/workflow-dispatch-action@v1.3.0 - #needs: [parse-version, prepare-cura-repo] + needs: [parse-version, prepare-cura-repo] + run: echo coucou #strategy: #matrix: #repository: [Cura, Uranium, CuraEngine, cura-binary-data, fdm_materials]