Skip to content

Commit

Permalink
ci: use changeset publish instead (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 authored Jul 23, 2024
1 parent 1b5d6b7 commit 0c338d0
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 @@ -52,7 +52,7 @@ jobs:
title: 'chore(release): version packages'
commit: 'chore(release): version packages'
version: yarn bump
publish: npm publish --access public
publish: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0c338d0

Please sign in to comment.