fix: test release flow
This commit is contained in:
parent
4c63d9b022
commit
5035403867
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
{
|
||||
"name": "@semantic-release/exec",
|
||||
"config": {
|
||||
"prepareCmd": "${github.workspace}/.output/web-chat-${nextRelease.version}-chrome.zip"
|
||||
"prepareCmd": "pnpm pack:chrome"
|
||||
}
|
||||
},
|
||||
[
|
||||
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"assets": [
|
||||
{
|
||||
"path": ".output/web-chat-0.0.1-chrome.zip"
|
||||
"path": "${github.workspace}/.output/web-chat-${nextRelease.version}-chrome.zip"
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
|
|
Loading…
Reference in a new issue