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: