Update changeset-main.yml

This commit is contained in:
Adam Matthiesen 2024-02-20 04:40:31 -08:00 committed by GitHub
parent 7a635cb0c3
commit dd7b2b71c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -23,10 +23,8 @@ jobs:
run: npm i pnpm@latest -g
- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- name: setup pnpm config
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
- name: install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install
- name: create and publish versions
uses: matthiesenxyz/changeset-action@v1
with: