diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 71365158c..564a43884 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -99,7 +99,7 @@ jobs: github.event_name != 'push' || !(needs.pre-flight.outputs.docs_only == 'true' || needs.pre-flight.outputs.is_deployment_workflow == 'true') ) - uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v1.0.0 + uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@3c679d436baa0b926766e9b1e6d149803c506b5d with: release-ref: ${{ github.event_name == 'schedule' && github.sha || inputs.release-ref || github.sha }} python-package: nemo_evaluator @@ -141,7 +141,7 @@ jobs: github.event_name != 'push' || !(needs.pre-flight.outputs.docs_only == 'true' || needs.pre-flight.outputs.is_deployment_workflow == 'true') ) - uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v1.0.0 + uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@3c679d436baa0b926766e9b1e6d149803c506b5d with: release-ref: ${{ github.event_name == 'schedule' && github.sha || inputs.release-ref || github.sha }} python-package: nemo_evaluator_launcher