We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187b208 commit 50d54fcCopy full SHA for 50d54fc
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
- name: Download Syft
119
uses: anchore/sbom-action/download-syft@06e109483e6aa305a2b2395eabae554e51530e1d # v0.13.1
120
- name: Run GoReleaser
121
- uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 # v3.2.0
+ uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # v4.1.0
122
with:
123
version: latest
124
args: ${{ !startsWith(github.ref, 'refs/tags/') && 'build --snapshot' || 'release' }} ${{ github.event_name == 'pull_request' && '--single-target' || '' }} --rm-dist
0 commit comments