Skip to content

Commit

Permalink
Update publish command in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Jan 17, 2024
1 parent 7571070 commit 40659e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
publish: npm publish
publish: npx changeset publish
version: npx changeset version

0 comments on commit 40659e3

Please sign in to comment.