We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c1c2d commit 3d691dbCopy full SHA for 3d691db
.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@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
+ uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
180
with:
181
version: v2.8.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser
182
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean
0 commit comments