We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8aeaeb commit d883dcaCopy full SHA for d883dca
1 file changed
.github/workflows/release.yml
@@ -26,8 +26,8 @@ jobs:
26
continue-on-error: false
27
- name: TypeScript Check
28
run: yarn tsc
29
- - run: npm run build
30
- - run: npm audit signature
+ - run: yarn build
+ - run: yarn audit
31
- name: Release
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments