fix: release flow

This commit is contained in:
molvqingtai 2024-09-27 19:02:58 +08:00
parent 113d660790
commit 3cca7572f0

View file

@ -17,7 +17,7 @@
{
"assets": [
{
"path": ".output/web-chat-${{nextRelease.version}}-chrome.zip"
"path": ".output/web-chat-${nextRelease.version}-chrome.zip"
}
],
"labels": [
@ -25,6 +25,13 @@
]
}
],
"@semantic-release/git"
[
"@semantic-release/git",
{
"assets": [
"package.json"
]
}
]
]
}