Skip to content

Commit

Permalink
add build step to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Hob Adams committed Jul 4, 2024
1 parent 2ca7efa commit d77a3d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sixty-eels-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hobadams/nextjs-http-client": patch
---

update publish
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- run: pnpm install
- run: pnpm run build
- name: Create Release Pull Request or Publish
- name: Create Build, Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
with:
Expand Down

0 comments on commit d77a3d2

Please sign in to comment.