fix: test release flow

This commit is contained in:
molvqingtai 2024-09-28 06:52:24 +08:00
parent e1c26a60c6
commit 4c63d9b022

View file

@ -9,7 +9,7 @@
{
"name": "@semantic-release/exec",
"config": {
"prepareCmd": " echo 'Packing completed' && ls -la .output && cat package.json && pnpm pack:chrome"
"prepareCmd": "${github.workspace}/.output/web-chat-${nextRelease.version}-chrome.zip"
}
},
[