Skip to content

Commit

Permalink
Add name to publish step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-chernicki committed Jul 12, 2024
1 parent d197630 commit 2a2e1aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
- name: Build
run: pnpm build

- run: pnpx pkg-pr-new publish --pnpm './apps/commonality' './packages/utils-core'
- name: Publish Preview
run: pnpx pkg-pr-new publish --pnpm './apps/commonality' './packages/utils-core'

0 comments on commit 2a2e1aa

Please sign in to comment.