We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4b695 commit f224295Copy full SHA for f224295
1 file changed
.github/workflows/release.yml
@@ -28,13 +28,8 @@ jobs:
28
- name: Install pnpm
29
uses: pnpm/action-setup@v4
30
with:
31
- version: latest
32
-
33
- - name: Install Node.js
34
- uses: actions/setup-node@v4
35
- with:
36
- node-version: '22.x'
37
- cache: 'pnpm'
+ package_json_file: 'website/package.json'
+ run_install: 'true'
38
39
- name: Run GoReleaser
40
uses: goreleaser/goreleaser-action@v6
0 commit comments