Skip to content

Commit

Permalink
Dev (#41)
Browse files Browse the repository at this point in the history
* fit: fix github workflow

* fit: fix github workflow

* fit: fix github workflow
  • Loading branch information
Lawndlwd authored May 25, 2024
1 parent b477040 commit b2902db
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fresh-carrots-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"unused-i18n": patch
---

fix dist folder not encluded
5 changes: 5 additions & 0 deletions .changeset/great-walls-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"unused-i18n": patch
---

fix bug on release
5 changes: 5 additions & 0 deletions .changeset/stupid-ears-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"unused-i18n": patch
---

fix changeset
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
commit: 'chore: release'
title: 'chore: release'
publish: pnpm publish --access public
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit b2902db

Please sign in to comment.