Skip to content

Commit 385187c

Browse files
committed
ci(github): remove allow-net flag 📦
1 parent 22c60da commit 385187c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: deno check src/index.ts
2323

2424
- name: Publish package
25-
run: deno publish --allow-dirty --allow-net
25+
run: deno publish --allow-dirty

0 commit comments

Comments
 (0)