We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8555c28 commit 7acb187Copy full SHA for 7acb187
1 file changed
.github/workflows/release.yml
@@ -23,7 +23,6 @@ jobs:
23
uses: actions/setup-node@v4
24
with:
25
node-version: 'lts/*'
26
- cache: 'npm'
27
- run: npm clean-install
28
- run: npm audit signatures
29
- name: Semantic Release (dry-run)
@@ -43,7 +42,6 @@ jobs:
43
42
44
45
46
47
48
49
- name: Semantic Release
0 commit comments