Skip to content

Commit

Permalink
Use the workflows from the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 27, 2024
1 parent 5782ee4 commit 6704265
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-process_release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:

freeze-packages-versions:
name: Freeze packges versions
uses: Ultimaker/Cura-workflows/.github/workflows/cura-set-packages-versions.yml@main
# FIXME: Use main once merged
uses: Ultimaker/Cura-workflows/.github/workflows/cura-set-packages-versions.yml@CURA-11622_conan_v2
needs: [parse-version]
with:
cura_version: ${{ inputs.cura_version }}
Expand Down Expand Up @@ -101,7 +102,8 @@ jobs:
create-packages:
name: Create conan packages
uses: ultimaker/cura-workflows/.github/workflows/conan-package-release.yml@main
# FIXME: Use main once merged
uses: ultimaker/cura-workflows/.github/workflows/conan-package-release.yml@CURA-11622_conan_v2
needs: [parse-version, freeze-packages-versions]
strategy:
matrix:
Expand Down

0 comments on commit 6704265

Please sign in to comment.