diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e589379..48cf34c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: node-version: ${{ env.NVMRC }} - name: Install dependencies - uses: npm ci + run: npm ci - name: Run semantic release run: npx semantic-release env: