We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5c716 commit 9ad0cbeCopy full SHA for 9ad0cbe
.changeset/dry-rice-kiss.md
@@ -0,0 +1,5 @@
1
+---
2
+"unused-i18n": patch
3
4
+
5
+fix workflow
.github/workflows/release.yml
@@ -44,12 +44,14 @@ jobs:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
46
- name: Push changes and tags
47
+ if: steps.changesets.outputs.hasChangesets == 'false'
48
run: |
49
git push --follow-tags origin main
50
env:
51
52
53
- name: Publish to npm
54
55
run: pnpm publish --access public
56
57
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments