fix: test release flow

This commit is contained in:
molvqingtai 2024-09-28 06:53:05 +08:00
parent 4c63d9b022
commit 5035403867

View file

@ -9,7 +9,7 @@
{ {
"name": "@semantic-release/exec", "name": "@semantic-release/exec",
"config": { "config": {
"prepareCmd": "${github.workspace}/.output/web-chat-${nextRelease.version}-chrome.zip" "prepareCmd": "pnpm pack:chrome"
} }
}, },
[ [
@ -17,7 +17,7 @@
{ {
"assets": [ "assets": [
{ {
"path": ".output/web-chat-0.0.1-chrome.zip" "path": "${github.workspace}/.output/web-chat-${nextRelease.version}-chrome.zip"
} }
], ],
"labels": [ "labels": [