Skip to content

Commit

Permalink
misc(gha): missing v prefix before trtllm version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 21, 2025
1 parent 3ff255a commit efb963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
repository: nvidia/tensorrt-llm
submodules: true
fetch-depth: 1
ref: ${{ env.TENSORRT_LLM_VERSION }}
ref: v${{ env.TENSORRT_LLM_VERSION }}

- name: Build TensorRT-LLM base image
id: build-tensorrt-llm-base
Expand Down

0 comments on commit efb963c

Please sign in to comment.