Skip to content

Commit

Permalink
fix: test release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Sep 27, 2024
1 parent 4c63d9b commit 5035403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
{
"name": "@semantic-release/exec",
"config": {
"prepareCmd": "${github.workspace}/.output/web-chat-${nextRelease.version}-chrome.zip"
"prepareCmd": "pnpm pack:chrome"
}
},
[
"@semantic-release/github",
{
"assets": [
{
"path": ".output/web-chat-0.0.1-chrome.zip"
"path": "${github.workspace}/.output/web-chat-${nextRelease.version}-chrome.zip"
}
],
"labels": [
Expand Down

0 comments on commit 5035403

Please sign in to comment.