Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Jan 20, 2025
1 parent b263b48 commit 277a846
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 277a846

Please sign in to comment.