From 277a8463473f4bbbbde4c9e27c03252972c8293a Mon Sep 17 00:00:00 2001 From: student_2333 Date: Tue, 21 Jan 2025 02:15:04 +0800 Subject: [PATCH] up --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7e9d45..3836a48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,6 @@ jobs: - name: Get tooth version run: |- - cd plugins/${FOLDER_NAME} TOOTH_VERSION=$(yarn tsx scripts/read-version.ts ${FOLDER_NAME}) echo "TOOTH_VERSION=${TOOTH_VERSION}" echo "TOOTH_VERSION=${TOOTH_VERSION}" >> $GITHUB_ENV @@ -71,4 +70,4 @@ jobs: tag_name: v${{ env.TOOTH_VERSION }} target_commitish: tooth-dist make_latest: true - body: v${{ env.TOOTH_VERSION }} + body: Release v${{ env.TOOTH_VERSION }}