Skip to content

Commit

Permalink
add pnpm flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Jul 18, 2024
1 parent a27359c commit ead6025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish Preview Release
on:
label:
pull_request:
paths: packages/**

Expand Down Expand Up @@ -28,4 +29,4 @@ jobs:

- name: publish preview
run: |
pnpx pkg-pr-new@0.0 publish './packages/*'
pnpx pkg-pr-new@0.0 publish --pnpm './packages/*'

0 comments on commit ead6025

Please sign in to comment.