Set called script version

This commit is contained in:
Erwan MATHIEU 2024-06-06 10:53:09 +02:00
parent ef2fb67222
commit 565ccd3eba
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
feature-freeze:
name: Process feature freeze
uses: Ultimaker/Cura-workflows/.github/workflows/cura-set-packages-versions.yml
uses: Ultimaker/Cura-workflows/.github/workflows/cura-set-packages-versions.yml@CURA-10769_automate_release_action
needs: [parse-version]
with:
cura_version: ${{ needs.parse-version.outputs.package_version }}

View file

@ -27,7 +27,7 @@ jobs:
freeze-packages-versions:
name: Freeze packges versions
uses: Ultimaker/Cura-workflows/.github/workflows/cura-set-packages-versions.yml
uses: Ultimaker/Cura-workflows/.github/workflows/cura-set-packages-versions.yml@CURA-10769_automate_release_action
needs: [parse-version]
with:
cura_version: ${{ inputs.cura_version }}