Skip to content

Commit bf28096

Browse files
committed
missing v in front of tag for pulling tag
Signed-off-by: Ryan Cook <[email protected]>
1 parent 9a38934 commit bf28096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llama-stack-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout release tag
1818
uses: actions/checkout@v4
1919
with:
20-
ref: ${{ inputs.version }}
20+
ref: v${{ inputs.version }}
2121
repository: meta-llama/llama-stack.git
2222

2323
- name: python deps

0 commit comments

Comments
 (0)