We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea905f2 commit b0c783bCopy full SHA for b0c783b
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
- uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
32
- name: Create release and SBOM
33
if: startsWith(github.ref, 'refs/tags/v')
34
- uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
+ uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
35
with:
36
version: latest
37
args: release --clean --skip=validate
0 commit comments