Skip to content

Commit c60a51d

Browse files
committed
chore: remove pnpm setup step from release workflow
1 parent c4fbf69 commit c60a51d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release-production.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,9 @@ jobs:
2828
with:
2929
latest: true
3030
prerelease: false
31-
- uses: pnpm/action-setup@v4
32-
name: Install pnpm
33-
with:
34-
version: latest
35-
run_install: false
3631
- uses: actions/setup-node@v5
3732
with:
3833
node-version: 22
39-
cache: 'pnpm'
4034
- run: |
4135
cat << 'EOF' > release-notes.txt
4236
${{ steps.release-info.outputs.body }}

0 commit comments

Comments
 (0)