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 3705ac4 commit 60ea924Copy full SHA for 60ea924
.github/workflows/ci.yml
@@ -176,7 +176,7 @@ jobs:
176
if: github.ref_type == 'tag'
177
178
- name: Run GoReleaser
179
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
+ uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
180
with:
181
version: v2.11.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser
182
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean
0 commit comments