Skip to content

Commit

Permalink
Merge pull request #6 from trongtai37/fix/release
Browse files Browse the repository at this point in the history
fix: publish action
  • Loading branch information
trongtai37 authored Jul 8, 2023
2 parents 2214819 + f628a65 commit bab71fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-lizards-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sudogame': patch
---

fix publish action
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm changeset publish
publish: pnpx nx build sudogame && pnpm changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit bab71fd

Please sign in to comment.