Skip to content

Commit

Permalink
🔧 fix: CI failure @ JSR check step
Browse files Browse the repository at this point in the history
  • Loading branch information
Bottie McBotface committed Dec 16, 2024
1 parent e028e00 commit 60fc60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Test
run: deno test --allow-read --allow-write

## The --allow-dirty is needed here because in CI the deno.lock file may be modified
- name: JSR check
run: deno publish --dry-run

run: deno publish --dry-run --allow-dirty

0 comments on commit 60fc60b

Please sign in to comment.