Update changeset-main.yml

This commit is contained in:
Adam Matthiesen 2024-02-14 06:32:06 -08:00 committed by GitHub
parent da619f3d6b
commit 80eaeed1ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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: