Skip to content

Commit 99ce1d5

Browse files
committed
ci(megalinter): fix deno publish
1 parent 6482560 commit 99ce1d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/megalinter.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ jobs:
3131
with:
3232
deno-version: v1.41
3333
- name: Publish package
34-
run: deno publish --allow-slow-types
34+
run: |
35+
rm -rf examples
36+
deno publish --allow-slow-types
3537
working-directory: megalinter

0 commit comments

Comments
 (0)