aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/deno.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deno.yml')
-rw-r--r--.github/workflows/deno.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml
index 3f8609b..a87df4b 100644
--- a/.github/workflows/deno.yml
+++ b/.github/workflows/deno.yml
@@ -29,4 +29,4 @@ jobs:
- name: Test
run: deno test src/packages/locusts/mod.ts
- name: Publish on Tag
- run: deno run -A jsr:@david/publish-on-tag \ No newline at end of file
+ run: deno run -A jsr:@david/publish-on-tag --allow-dirty \ No newline at end of file