Skip to content

Commit

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

0 comments on commit 3fc2d31

Please sign in to comment.