Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Sep 10, 2023
1 parent 6c2fa20 commit 6f5f88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: npm install --force

- name: tsc
run: npm run tsc > /dev/null
run: npm run tsc ; echo success

- name: Compile artifacts and upload them to github release
uses: nick-fields/retry@v2
Expand Down

0 comments on commit 6f5f88c

Please sign in to comment.