Skip to content

Commit

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

- name: tsc
run: npm run tsc ;
continue-on-error: true
run: npm run tsc

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

0 comments on commit 93c0162

Please sign in to comment.