From fca2ed8dc6be5696ad5cd5343f6b1689c2e2e809 Mon Sep 17 00:00:00 2001 From: RA341 Date: Tue, 1 Oct 2024 02:00:36 -0400 Subject: [PATCH] ci: added no save option when installing ci plugins --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7881c1c..c9dd844 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: node-version: "lts/*" - name: install plugins - run: npm install @semantic-release/git @semantic-release/changelog -D + run: npm install --no-save @semantic-release/git @semantic-release/changelog -D - name: Release env: