Skip to content

Commit 11274e4

Browse files
committed
🚀 fix deploy check
1 parent 4284a55 commit 11274e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/inference-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
git tag "inference-v$BUMPED_VERSION"
5555
5656
- name: "Check Deps are published before publishing this package"
57-
run: pnpm -w check-deps gguf
57+
run: pnpm -w check-deps tasks
5858

5959
- run: pnpm publish --no-git-checks .
6060
env:

0 commit comments

Comments
 (0)