Skip to content

Commit

Permalink
Actually build package when publishing a release
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiRishi committed Nov 29, 2023
1 parent bfeadbd commit d7cd7c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tough-hornets-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cachified-adapter-cloudflare-kv": patch
---

Correctly build package output when publishing a release
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Install Dependencies
run: pnpm install
- name: Build package
run: pnpm build

- id: create_token
uses: tibdex/github-app-token@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

### Patch Changes

- 8ffa8ff: Specify peerDependencies as external packages in vite build
- 8ffa8ff: Specify peerDependencies as external packages in vite build

0 comments on commit d7cd7c9

Please sign in to comment.