Skip to content

Commit

Permalink
fix publish command in release
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkaoru committed May 16, 2023
1 parent 3e14193 commit 9cbfd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: changeset:publish
publish: pnpm run changeset:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9cbfd3f

Please sign in to comment.