Skip to content

Commit 8fdbf92

Browse files
committed
chore: Update GoReleaser action in release workflow to remove chocolatey skip argument for cleaner release process
1 parent c292c3a commit 8fdbf92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- name: Verify Chocolatey Installation
2727
run: choco --version
2828

29-
- name: Run GoReleaser (without scoop publishing)
29+
- name: Run GoReleaser
3030
uses: goreleaser/goreleaser-action@v6
3131
with:
3232
distribution: goreleaser
3333
version: "~> v2"
34-
args: release --clean --skip=chocolatey
34+
args: release --clean
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}

0 commit comments

Comments
 (0)