Skip to content

Commit

Permalink
Chore/publish packages fix (#605)
Browse files Browse the repository at this point in the history
* chore: changeset

* chore: publish packages fix

* chore: changeset
  • Loading branch information
iherger authored Dec 18, 2024
1 parent 9f60479 commit 32fa3a6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changeset/early-lions-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@enzymefinance/abis": patch
"@enzymefinance/api": patch
"@enzymefinance/environment": patch
"@enzymefinance/sdk": patch
---

Publish packages fix
8 changes: 8 additions & 0 deletions .changeset/little-emus-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@enzymefinance/abis": patch
"@enzymefinance/api": patch
"@enzymefinance/environment": patch
"@enzymefinance/sdk": patch
---

Bump
5 changes: 3 additions & 2 deletions .github/workflows/on-push-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm release
commit: 'chore: publish package(s)'
title: 'chore: publish package(s)'
commit: "chore: publish package(s)"
title: "chore: publish package(s)"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 32fa3a6

Please sign in to comment.