We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c292c3a commit 8fdbf92Copy full SHA for 8fdbf92
.github/workflows/release.yml
@@ -26,12 +26,12 @@ jobs:
26
- name: Verify Chocolatey Installation
27
run: choco --version
28
29
- - name: Run GoReleaser (without scoop publishing)
+ - name: Run GoReleaser
30
uses: goreleaser/goreleaser-action@v6
31
with:
32
distribution: goreleaser
33
version: "~> v2"
34
- args: release --clean --skip=chocolatey
+ args: release --clean
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
0 commit comments