Skip to content

Commit c8fbf0f

Browse files
committed
fix: Correct argument spelling to skip Chocolatey distribution in release workflow
1 parent 1906ac7 commit c8fbf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
distribution: goreleaser
2929
version: "~> v2"
30-
args: release --clean --skip=chocolateys
30+
args: release --clean --skip=chocolatey
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
3333
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}

0 commit comments

Comments
 (0)