Skip to content

Commit 1906ac7

Browse files
committed
chore: Update GoReleaser args to skip Chocolatey distribution during release
1 parent 440dc5b commit 1906ac7

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
30+
args: release --clean --skip=chocolateys
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
3333
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}

0 commit comments

Comments
 (0)