Skip to content

Commit d883dca

Browse files
committed
fix CI
1 parent c8aeaeb commit d883dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
continue-on-error: false
2727
- name: TypeScript Check
2828
run: yarn tsc
29-
- run: npm run build
30-
- run: npm audit signature
29+
- run: yarn build
30+
- run: yarn audit
3131
- name: Release
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)