Skip to content

Commit 4569e57

Browse files
Merge pull request #163 from GameBridgeAI/fix-release-ci-v2.1.0
Fix an issue where the release action fails
2 parents 5cfc240 + f115b2e commit 4569e57

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)