Skip to content

Commit f115b2e

Browse files
committed
Fix an issue where the release action fails
1 parent 5cfc240 commit f115b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ts_serialize_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: matrix.os != 'windows-latest'
3333

3434
- name: Run deno tests
35-
run: deno task test --doc
35+
run: deno task test
3636

3737
build:
3838
name: Release

0 commit comments

Comments
 (0)