Skip to content

Commit

Permalink
πŸš€ fix deploy check
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Dec 22, 2024
1 parent 4284a55 commit 11274e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inference-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 11274e4

Please sign in to comment.