Skip to content

Commit

Permalink
ci: add pnpm release
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-bechara committed Nov 13, 2024
1 parent 8b82e66 commit 204e795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: |
npm i -g pnpm
pnpm i --frozen-lockfile
semantic-release
pnpm release
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
]
},
"scripts": {
"prepare": "husky ./.config/husky"
"prepare": "husky ./.config/husky",
"release": "semantic-release"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 204e795

Please sign in to comment.