fix: test release flow

This commit is contained in:
molvqingtai 2024-09-28 10:26:18 +08:00
parent 3d984fc42b
commit b4fe712825
2 changed files with 2 additions and 2 deletions

View file

@ -39,6 +39,6 @@ jobs:
version: latest version: latest
- run: pnpm install --ignore-scripts - run: pnpm install --ignore-scripts
- run: pnpm wxt prepare - run: pnpm wxt prepare
- run: pnpm semantic-release --debug - run: pnpm semantic-release
env: env:
GH_TOKEN: ${{ secrets.WEB_CHAT_GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.WEB_CHAT_GITHUB_TOKEN }}

View file

@ -23,7 +23,7 @@
{ {
"assets": [ "assets": [
{ {
"path": ".output/web-chat-${nextRelease.version}-chrome.zip", "path": ".output/web-chat-1.0.24-chrome.zip",
"label": "Chrome Extension Installation Package" "label": "Chrome Extension Installation Package"
} }
], ],