Skip to content

Commit ba13425

Browse files
committed
chore: Fix publish draft text.
1 parent a33048b commit ba13425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
"**/*.{ts,tsx,js,jsx,mjs}"
8787
],
8888
"plugins": [
89-
"https://plugins.dprint.dev/json-${{ steps.get_tag_version.outputs.TAG_VERSION }}.wasm"
89+
"https://plugins.dprint.dev/typescript-${{ steps.get_tag_version.outputs.TAG_VERSION }}.wasm"
9090
]
9191
}
9292
```

0 commit comments

Comments
 (0)