From 5035403867c9140069f738d42b061b9bbbf549a0 Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Sat, 28 Sep 2024 06:53:05 +0800 Subject: [PATCH] fix: test release flow --- .releaserc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.releaserc b/.releaserc index 7fdca24..be1a8a6 100644 --- a/.releaserc +++ b/.releaserc @@ -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": [