Skip to content

Commit

Permalink
feat: update tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 10, 2025
1 parent 3fc2d31 commit 5ce4101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nt-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 5ce4101

Please sign in to comment.