We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341f9f1 commit ad8e3d1Copy full SHA for ad8e3d1
2 files changed
.github/workflows/docker-release.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/checkout@v4
19
20
- uses: pnpm/action-setup@v4
21
+ with:
22
+ package_json_file: web/package.json
23
24
- name: Setup Go
25
uses: actions/setup-go@v5
.github/workflows/release.yml
@@ -25,6 +25,8 @@ jobs:
out-file-path: './build/'
26
27
28
29
30
31
- uses: actions/setup-go@v5
32
with:
0 commit comments