diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d128c85..b5de94b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,6 +46,7 @@ jobs: - uses: actions/checkout@v4 - uses: volta-cli/action@v4 - run: npm ci + - run: npm audit signatures - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}