fix: test release flow
This commit is contained in:
parent
e02435d736
commit
444d24c3b9
1 changed files with 2 additions and 2 deletions
|
@ -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 */"
|
||||
}
|
||||
],
|
||||
[
|
||||
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue