We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bd137 commit ffaedf8Copy full SHA for ffaedf8
.github/workflows/release.yaml
@@ -50,10 +50,14 @@ jobs:
50
steps:
51
- name: Checkout
52
uses: actions/checkout@v6
53
+ with:
54
+ fetch-depth: 0
55
- uses: actions/setup-node@v6
56
with:
57
node-version-file: '.nvmrc'
58
- run: npm ci
59
+ - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
60
+ run: npm audit signatures
61
- name: Semantic Release
62
uses: cycjimmy/semantic-release-action@v6.0.0
63
env:
0 commit comments