diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bcbfde..094c15a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: cache: "npm" - name: Install Dependencies - run: npm ci + run: npm install - name: Sync version with tag shell: bash @@ -65,7 +65,7 @@ jobs: cache: "npm" - name: Install Dependencies - run: npm ci + run: npm install - name: Sync version with tag shell: bash @@ -101,7 +101,7 @@ jobs: cache: 'npm' - name: Install Dependencies - run: npm ci + run: npm install - name: Sync version with tag shell: bash