Skip to content

Commit

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

0 comments on commit 641459d

Please sign in to comment.