We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fbf69 commit c60a51dCopy full SHA for c60a51d
1 file changed
.github/workflows/release-production.yml
@@ -28,15 +28,9 @@ jobs:
28
with:
29
latest: true
30
prerelease: false
31
- - uses: pnpm/action-setup@v4
32
- name: Install pnpm
33
- with:
34
- version: latest
35
- run_install: false
36
- uses: actions/setup-node@v5
37
38
node-version: 22
39
- cache: 'pnpm'
40
- run: |
41
cat << 'EOF' > release-notes.txt
42
${{ steps.release-info.outputs.body }}
0 commit comments