fix: test release flow
This commit is contained in:
parent
3d984fc42b
commit
b4fe712825
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -39,6 +39,6 @@ jobs:
|
|||
version: latest
|
||||
- run: pnpm install --ignore-scripts
|
||||
- run: pnpm wxt prepare
|
||||
- run: pnpm semantic-release --debug
|
||||
- run: pnpm semantic-release
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.WEB_CHAT_GITHUB_TOKEN }}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
{
|
||||
"assets": [
|
||||
{
|
||||
"path": ".output/web-chat-${nextRelease.version}-chrome.zip",
|
||||
"path": ".output/web-chat-1.0.24-chrome.zip",
|
||||
"label": "Chrome Extension Installation Package"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue