From 74c99be4274fd31c8c5ca9aa3435603e635d3fcc Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Fri, 27 Dec 2024 15:00:34 -0300 Subject: [PATCH] ci: add npm audit signatures to release workflow --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) 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 }}