From e11c9dd5c6e5dfdec7951d469e646c618f891875 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:21:00 +0100 Subject: [PATCH] fix CI deployment 9 --- .github/workflows/deploy2.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy2.yml b/.github/workflows/deploy2.yml index 3b438b3..f8b92a3 100644 --- a/.github/workflows/deploy2.yml +++ b/.github/workflows/deploy2.yml @@ -71,7 +71,10 @@ jobs: - uses: "actions/checkout@v4" with: ref: "${{ inputs.ref }}" + - uses: "actions/setup-node@v4" + with: + cache: "yarn" - uses: "JRubics/poetry-publish@v2.0" with: - python-version: "3.11" + python_version: "3.11" pypi_token: "${{ secrets.PYPI_TOKEN }}"