Skip to content

Commit

Permalink
fix: fix auto tag version when publish (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen authored Jan 3, 2025
1 parent a0e649f commit 5070ac7
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 @@ -37,7 +37,7 @@ jobs:
run: |
TAG=${{ github.event.release.tag_name }}
echo "Using release tag: $TAG"
pnpm version $TAG --no-git-tag-version
pnpm version $TAG --no-git-tag-version || true
working-directory: apps/nt-stylesheet

- name: Test CSS framework
Expand Down

0 comments on commit 5070ac7

Please sign in to comment.