fix release workflow file

This commit is contained in:
miampf 2025-02-27 13:17:39 +01:00
parent 69864e8ce7
commit e02b367d48
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -242,10 +242,12 @@ jobs:
check-measurements-reproducibility:
name: Check measurements reproducibility
needs: [verify-inputs, os-image]
uses: ./.github/actions/check_measurements_reproducibility
with:
version: ${{ inputs.version }}
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
steps:
- name: Check reproducibility
uses: ./.github/actions/check_measurements_reproducibility
with:
version: ${{ inputs.version }}
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
update-hardcoded-measurements:
name: Update hardcoded measurements (in the CLI)