diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1d7af9..6109d67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: # generate changelogs with the correct commits. fetch-depth: 0 - name: Install - run: pnpm i --dev + run: pnpm i - name: Changesets uses: changesets/action@bfeb9e077e6cf393e4c4ef17e2bbc75b308b4364 with: diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f31339..a316b79 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,6 @@ devDependencies: '@changesets/cli': 2.9.2 + '@ianwalter/renovate-config': 'link:' renovate: 22.13.1 lockfileVersion: 5.1 packages: @@ -3920,5 +3921,5 @@ packages: integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== specifiers: '@changesets/cli': ^2.9.2 - '@ianwalter/renovate-config': 'file:.' + '@ianwalter/renovate-config': 'file:./' renovate: ^22.13.1