From 736d71bbc96e4b808e072cbb5d06bfe360398e93 Mon Sep 17 00:00:00 2001 From: G Date: Fri, 15 Dec 2023 11:02:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=AD=90=E5=8C=85=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/blank.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index b852a8de..48169012 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -41,4 +41,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGE }} - run: npx semantic-release + run: | + cd ./packages/gbeata + npx semantic-release