Skip to content

Commit d80ae44

Browse files
committed
try installing choco in the goreleaser action
1 parent 6096858 commit d80ae44

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/goreleaser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
- uses: actions/setup-go@v4
2323
with:
2424
go-version: stable
25+
-
26+
name: Choco help
27+
# install choco
28+
uses: crazy-max/ghaction-chocolatey@v2
29+
with:
30+
args: -h
2531
- uses: goreleaser/goreleaser-action@v4
2632
with:
2733
distribution: goreleaser

0 commit comments

Comments
 (0)