Skip to content

Commit

Permalink
Fix npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
maou-shonen committed Jul 7, 2024
1 parent b26973e commit 4143bf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-news-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hono-pino": patch
---

Fix npm release
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
cache: pnpm
- run: pnpm install

- name: Build
run: pnpm run build

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 4143bf2

Please sign in to comment.