diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1542823a7..dd2b91bcf0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: node-version: 16.x - name: Install Dependencies - run: npm i + run: npm ci - name: Create Release Pull Request or Publish to npm id: changesets