Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Loading