Update release.yml

This commit is contained in:
Adam Matthiesen 2024-02-14 03:22:44 -08:00 committed by GitHub
parent 9c820df652
commit e33707f8cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm release
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}