From 641459d703f51a9dfdc0aa93f2fc821b6f56af59 Mon Sep 17 00:00:00 2001 From: khoilen Date: Fri, 10 Jan 2025 13:32:14 +0700 Subject: [PATCH] feat: update custom tag --- .github/workflows/publish-nt-css.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-nt-css.yml b/.github/workflows/publish-nt-css.yml index ed46309..870d6b2 100644 --- a/.github/workflows/publish-nt-css.yml +++ b/.github/workflows/publish-nt-css.yml @@ -57,7 +57,8 @@ jobs: - name: Create Release run: | version=$(jq -r '.version' apps/nt-stylesheet/package.json) - title="v$version - stylesheet" - gh release create "v$version" --generate-notes + custom_tag="v-nt-stylesheet-$version + title="$custom_tag - stylesheet" + gh release create "$custom_tag" --title "$title" --generate-notes env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}