From b4fe7128250210012ae55b3209107362dcbb2df8 Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Sat, 28 Sep 2024 10:26:18 +0800 Subject: [PATCH] fix: test release flow --- .github/workflows/cd.yml | 2 +- .releaserc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 24c7264..a0dcb41 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 }} diff --git a/.releaserc b/.releaserc index da4c5e9..7e19120 100644 --- a/.releaserc +++ b/.releaserc @@ -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" } ],