From 5a268031cee2da0d5f5c48df88891c93c5eb1898 Mon Sep 17 00:00:00 2001 From: svcnemo-autobot Date: Wed, 19 Aug 2026 20:18:05 +0000 Subject: [PATCH] ci: bump release library to v1.8.10 Signed-off-by: svcnemo-autobot --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 91c278ac9..38373ef74 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ on: workflow_dispatch: inputs: release-ref: - description: Ref (SHA or branch name) to release + description: Commit SHA to release (must be a full 40-char SHA) required: true type: string dry-run: @@ -86,7 +86,7 @@ jobs: !cancelled() && !failure() && !(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@f7af92c4d1caea5a58577ce4ac5314f7de1bc5d4 # v1.4.3 + uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@cf5acebace78c7c339bc1f804357a991336f1c4d # v1.8.10 with: release-ref: ${{ inputs.release-ref || github.sha }} python-package: nemo_export_deploy_common