Skip to content

Commit

Permalink
feat: update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljancar committed Jun 19, 2024
1 parent b977a04 commit 6149b5f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,5 @@
}
]
],
"npmPublish": false,
"publish": [
{
"path": "@semantic-release/exec",
"cmd": "(cd apps/admin-ui && npx semantic-release)"
},
{
"path": "@semantic-release/exec",
"cmd": "(cd apps/course && npx semantic-release)"
}
]
"npmPublish": false
}

0 comments on commit 6149b5f

Please sign in to comment.