Skip to content

Commit

Permalink
try pnpm exec versio and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoneto committed Mar 27, 2024
1 parent 75b1f47 commit 07d78ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-bags-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@guarapi/di-container": patch
---

try pnpm exec versio and publish
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Create Release PR or Publish to npm
id: changesets
uses: changesets/action@v1
with:
version: pnpm exec chageset version
publish: pnpm exec chageset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 07d78ac

Please sign in to comment.