From 0f7016aff4b9bf8354901c802df9369faf26ab3a Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 10 Jan 2025 14:09:33 -0800 Subject: [PATCH] instead of prefix, use full version --- .github/workflows/publish-to-test-pypi.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 308fb9186..ac4c37d86 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -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