We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79c459 commit 5abaf32Copy full SHA for 5abaf32
1 file changed
.github/workflows/test-npm-build.yml
@@ -18,9 +18,6 @@ jobs:
18
with:
19
go-version: 1.24.9
20
21
- - name: Install GoReleaser
22
- run: go install github.com/goreleaser/goreleaser@latest
23
-
24
- name: Install Windows cross-compilation tools
25
run: |
26
sudo apt-get update
@@ -31,6 +28,12 @@ jobs:
31
28
32
29
node-version: "20.x"
33
30
+ - name: Install GoReleaser
+ uses: goreleaser/goreleaser-action@v5
+ with:
34
+ version: v2.10.2
35
+ install-only: true
36
+
37
- name: Run npm build tests
38
39
chmod +x test-scripts/test-npm-build.sh
0 commit comments