instead of prefix, use full version

This commit is contained in:
Xi Yan 2025-01-10 14:09:33 -08:00
parent d9f14e22b9
commit 0f7016aff4

View file

@ -16,6 +16,9 @@ jobs:
name: Trigger llama-stack-client and llama-models build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Get date
id: date
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT