diff --git a/.github/workflows/changeset-main.yml b/.github/workflows/changeset-main.yml index 3cc3495e..5d1aea13 100644 --- a/.github/workflows/changeset-main.yml +++ b/.github/workflows/changeset-main.yml @@ -26,7 +26,7 @@ jobs: - name: setup pnpm config run: pnpm config set store-dir $PNPM_CACHE_FOLDER - name: install dependencies - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: create and publish versions uses: changesets/action@v1 with: @@ -35,4 +35,4 @@ jobs: title: "chore: update versions" publish: pnpm ci:publish env: - GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}