diff --git a/.github/workflows/release-process_release-candidate.yml b/.github/workflows/release-process_release-candidate.yml index 6765d49abd..918feb979e 100644 --- a/.github/workflows/release-process_release-candidate.yml +++ b/.github/workflows/release-process_release-candidate.yml @@ -134,7 +134,7 @@ jobs: create-installers: name: Create installers - uses: ./.github/workflows/installers.yml + uses: UltiMaker/Cura/.github/workflows/installers.yml@CURA-10769_automate_release_action needs: [parse-version, create-cura-package] with: cura_conan_version: cura/${{ inputs.cura_version }}@/ diff --git a/.github/workflows/release-process_tester.yml b/.github/workflows/release-process_tester.yml index 8220d61d31..15f041f52a 100644 --- a/.github/workflows/release-process_tester.yml +++ b/.github/workflows/release-process_tester.yml @@ -6,13 +6,13 @@ on: jobs: test-feature-freeze: - uses: ./.github/workflows/release-process_feature-freeze.yml + uses: Ultimaker/Cura/.github/workflows/release-process_feature-freeze.yml@CURA-10769_automate_release_action with: cura_version: 255.124 secrets: inherit test-release-candidate: - uses: ./.github/workflows/release-process_release-candidate.yml + uses: Ultimaker/Cura/.github/workflows/release-process_release-candidate.yml@CURA-10769_automate_release_action needs: [test-feature-freeze] with: cura_version: 255.124.0-beta.1