We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f196f04 commit 23655c3Copy full SHA for 23655c3
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
- uses: anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
38
- name: Create release and SBOM
39
if: startsWith(github.ref, 'refs/tags/v')
40
- uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
+ uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
41
with:
42
version: latest
43
args: release --rm-dist --skip-validate
0 commit comments