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 28, 2024
1 parent e02435d commit 444d24c
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 @@ -15,7 +15,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "pnpm run pack && echo \"nextRelease.version: ${nextRelease.version}\" && echo \"current files:\" && ls -d */"
"prepareCmd": "pnpm run pack && echo \"nextRelease.version: ${nextRelease.version}\" && echo \"current files:\" && ls -a */"
}
],
[
Expand All @@ -24,7 +24,7 @@
"assets": [
{
"path": ".output/web-chat-${nextRelease.version}-chrome.zip",
"label": "Chrome Extension Installation Package"
"label": "Chrome Extension Installation Package v${nextRelease.version}"
}
],
"labels": [
Expand Down

0 comments on commit 444d24c

Please sign in to comment.