diff --git a/.github/workflows/publish-nt-css.yml b/.github/workflows/publish-nt-css.yml index 6f1e670..36d6208 100644 --- a/.github/workflows/publish-nt-css.yml +++ b/.github/workflows/publish-nt-css.yml @@ -57,8 +57,8 @@ jobs: - name: Create Release run: | version=$(jq -r '.version' apps/nt-stylesheet/package.json) - custom_tag="v-nt-stylesheet-$version" - title="$custom_tag - stylesheet" + custom_tag="stylesheet-v$version" + title="$custom_tag" gh release create "$custom_tag" --title "$title" --generate-notes env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}