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 - name: setup pnpm config
run: pnpm config set store-dir $PNPM_CACHE_FOLDER run: pnpm config set store-dir $PNPM_CACHE_FOLDER
- name: install dependencies - name: install dependencies
run: pnpm install run: pnpm install --no-frozen-lockfile
- name: create and publish versions - name: create and publish versions
uses: changesets/action@v1 uses: changesets/action@v1
with: with:
@ -35,4 +35,4 @@ jobs:
title: "chore: update versions" title: "chore: update versions"
publish: pnpm ci:publish publish: pnpm ci:publish
env: env:
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}