diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3f0e460..80e413d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: node-version: 18 - name: Install Dependencies - run: yarn + run: npm ci - name: Create Release Pull Request or Publish to npm id: changesets