Skip to content

Commit db9806c

Browse files
committed
🐛 fix JSR verify: allow dirty after build:jsr stamps version
1 parent f230b87 commit db9806c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: deno task build:jsr 0.0.0-verify.0
5858

5959
- name: dry run publish
60-
run: deno publish --dry-run
60+
run: deno publish --dry-run --allow-dirty
6161

6262
npm:
6363
needs: test

0 commit comments

Comments
 (0)