Skip to content

Commit

Permalink
Use specific branch for Cura (for testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed May 31, 2024
1 parent 8914165 commit 254c18b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-process_feature-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,17 @@ jobs:
matrix:
#repository: [Cura, Uranium, CuraEngine, cura-binary-data, fdm_materials]
repository: [Cura, cura-binary-data]
include:
- main_branch: "main"
- repository: Cura
main_branch: "CURA-10769_automate_release_action"
steps:
- name: Create branch and update conan package version
run: |
git clone https://${{ secrets.CURA_AUTORELEASE_PAT }}@github.com/Ultimaker/${{ matrix.repository }}.git
cd ${{ matrix.repository }}
git checkout ${{ matrix.main_branch }}
git checkout -b ${{ needs.parse-version.outputs.branch_name }}
PACKAGE_VERSION=${{ needs.parse-version.outputs.version_major }}.${{ needs.parse-version.outputs.version_minor }}.${{ needs.parse-version.outputs.version_patch }}
Expand Down

0 comments on commit 254c18b

Please sign in to comment.