From 3fc2d31cc991ddf517230f2c366be505ef88b136 Mon Sep 17 00:00:00 2001 From: khoilen Date: Fri, 10 Jan 2025 13:34:14 +0700 Subject: [PATCH] feat: fix typo --- .github/workflows/publish-nt-css.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-nt-css.yml b/.github/workflows/publish-nt-css.yml index 870d6b2..6f1e670 100644 --- a/.github/workflows/publish-nt-css.yml +++ b/.github/workflows/publish-nt-css.yml @@ -57,7 +57,7 @@ jobs: - name: Create Release run: | version=$(jq -r '.version' apps/nt-stylesheet/package.json) - custom_tag="v-nt-stylesheet-$version + custom_tag="v-nt-stylesheet-$version" title="$custom_tag - stylesheet" gh release create "$custom_tag" --title "$title" --generate-notes env: