Skip to content

Commit eb1841c

Browse files
committed
fix publishing and release 0.11.0
1 parent bef7b5c commit eb1841c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
4343
- name: Publish package (tag only)
4444
if: startsWith(github.ref, 'refs/tags/')
45-
run: deno publish
45+
run: deno publish --allow-dirty

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deno/gfm",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"exports": "./mod.ts",
55
"nodeModulesDir": "auto",
66
"imports": {

0 commit comments

Comments
 (0)