mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
instead of prefix, use full version
This commit is contained in:
parent
d9f14e22b9
commit
0f7016aff4
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish-to-test-pypi.yml
vendored
3
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -16,6 +16,9 @@ jobs:
|
||||||
name: Trigger llama-stack-client and llama-models build
|
name: Trigger llama-stack-client and llama-models build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
- name: Get date
|
- name: Get date
|
||||||
id: date
|
id: date
|
||||||
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
|
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue