Skip to content

Commit

Permalink
[chore]: Fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyfaris committed Jun 24, 2024
1 parent 273d481 commit 0cbb2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
createGithubReleases: true
commit: "[cd] release"
version: pnpm version
publish: pnpm publish
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"check": "pnpm lint && pnpm check:format",
"format": "biome format --write .",
"version": "changeset version && pnpm format",
"publish": "changeset publish"
"release": "changeset publish"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
Expand Down

0 comments on commit 0cbb2de

Please sign in to comment.