Skip to content

Commit ffaedf8

Browse files
committed
fix: more different publish
1 parent e7bd137 commit ffaedf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,14 @@ jobs:
5050
steps:
5151
- name: Checkout
5252
uses: actions/checkout@v6
53+
with:
54+
fetch-depth: 0
5355
- uses: actions/setup-node@v6
5456
with:
5557
node-version-file: '.nvmrc'
5658
- run: npm ci
59+
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
60+
run: npm audit signatures
5761
- name: Semantic Release
5862
uses: cycjimmy/semantic-release-action@v6.0.0
5963
env:

0 commit comments

Comments
 (0)