Skip to content

Commit

Permalink
🐛 [Action] Fix changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Apr 1, 2024
1 parent 1634bae commit 5a8c6d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
with:
title: '🦋 [Release] Version packages'
commit: '🦋 [Changesets] Prepare for next release'
version: npm release:version
publish: npm release:publish
version: npm run release:version
publish: npm run release:publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"test:ui": "vitest --ui",
"coverage": "vitest --run --coverage",
"report": "changeset",
"release": "npm run build && changeset publish"
"release:version": "changeset version",
"release:publish": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit 5a8c6d7

Please sign in to comment.