Skip to content

Commit 79031d1

Browse files
committed
ci: remove unnecessary npm commands from the release workflow
- Remove `npm clean-install` and `npm audit signatures` steps as they are redundant in the context of GitHub Actions. Signed-off-by: Hector Valcarcel <hmvalcarcel@gmail.com>
1 parent 7acb187 commit 79031d1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: 'lts/*'
26-
- run: npm clean-install
27-
- run: npm audit signatures
2826
- name: Semantic Release (dry-run)
2927
run: npx semantic-release --dry-run
3028
env:
@@ -42,8 +40,6 @@ jobs:
4240
uses: actions/setup-node@v4
4341
with:
4442
node-version: 'lts/*'
45-
- run: npm clean-install
46-
- run: npm audit signatures
4743
- name: Semantic Release
4844
run: npx semantic-release
4945
env:

0 commit comments

Comments
 (0)