We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1469fa0 commit c8aeaebCopy full SHA for c8aeaeb
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: TypeScript Check
28
run: yarn tsc
29
- run: npm run build
30
- - run: npm audit --audit-level=moderate
+ - run: npm audit signature
31
- name: Release
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments