summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2025-02-14 11:02:08 +0000
committerGravatar GitHub <noreply@github.com> 2025-02-14 11:02:08 +0000
commit55b1f714e533eff4637207eb32d199c4e524159c (patch)
tree7c56786b2bd026bb1d3abbdf96a5bba3e626cdd5
parent4cb5e17fe03de0ef8a316deeed11bd9763f30cb1 (diff)
downloadastro-55b1f714e533eff4637207eb32d199c4e524159c.tar.gz
astro-55b1f714e533eff4637207eb32d199c4e524159c.tar.zst
astro-55b1f714e533eff4637207eb32d199c4e524159c.zip
ci: restore `--pnpm` (#13247)
-rw-r--r--.github/workflows/preview-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml
index cf3bda5d4..7eda9531a 100644
--- a/.github/workflows/preview-release.yml
+++ b/.github/workflows/preview-release.yml
@@ -77,4 +77,4 @@ jobs:
- name: Publish packages
run: |
- pnpx pkg-pr-new publish --compact 'packages/astro' 'packages/integrations/node' 'packages/integrations/cloudflare' 'packages/integrations/netlify' 'packages/integrations/vercel'
+ pnpx pkg-pr-new publish --pnpm --compact 'packages/astro' 'packages/integrations/node' 'packages/integrations/cloudflare' 'packages/integrations/netlify' 'packages/integrations/vercel'