We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1efbf1 commit a135944Copy full SHA for a135944
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
go-version: stable
34
35
- name: Build binary
36
- uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
+ uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
37
with:
38
version: v2.8.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser
39
args: build --clean ${{ github.ref_type != 'tag' && '--snapshot' || '' }}
0 commit comments