fix: test release flow

This commit is contained in:
molvqingtai 2024-09-28 09:46:07 +08:00
parent e02435d736
commit 444d24c3b9

View file

@ -15,7 +15,7 @@
[ [
"@semantic-release/exec", "@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": [ "assets": [
{ {
"path": ".output/web-chat-${nextRelease.version}-chrome.zip", "path": ".output/web-chat-${nextRelease.version}-chrome.zip",
"label": "Chrome Extension Installation Package" "label": "Chrome Extension Installation Package v${nextRelease.version}"
} }
], ],
"labels": [ "labels": [