From 11274e4ed83b2af83149d83412322bd278096f3c Mon Sep 17 00:00:00 2001 From: coyotte508 Date: Sun, 22 Dec 2024 10:12:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20fix=20deploy=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/inference-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/inference-publish.yml b/.github/workflows/inference-publish.yml index ce3ddd421..779f62976 100644 --- a/.github/workflows/inference-publish.yml +++ b/.github/workflows/inference-publish.yml @@ -54,7 +54,7 @@ jobs: git tag "inference-v$BUMPED_VERSION" - name: "Check Deps are published before publishing this package" - run: pnpm -w check-deps gguf + run: pnpm -w check-deps tasks - run: pnpm publish --no-git-checks . env: