Skip to content

Commit

Permalink
fix: publishing of preview packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Aug 23, 2024
1 parent 9df2c56 commit a2dffaf
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
run: pnpm build

- name: Deploy preview release
run: pnpx pkg-pr-new publish
run: pnpx pkg-pr-new publish './packages/*'

Loading

0 comments on commit a2dffaf

Please sign in to comment.