Skip to content

Commit

Permalink
ci: fix changeset settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssota committed Sep 12, 2023
1 parent 59cb91e commit c898716
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
title: 'chore: version packages'
commit: 'chore: version packages'
version: pnpm changeset:version
publish: pnpm changeset:release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"check": "biome ci .",
"build": "pnpm -r build",
"changeset": "changeset",
"changeset:release": "pnpm build && changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only && pnpm fmt"
"changeset:release": "pnpm build && changeset publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c898716

Please sign in to comment.