Skip to content

Commit f017c3c

Browse files
authored
Merge pull request #69 from fluxcd/dependabot/github_actions/goreleaser/goreleaser-action-4.3.0
Bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0
2 parents 84e9a4a + 20126f1 commit f017c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
cosign sign --yes ghcr.io/fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.version }}
8585
- name: GoReleaser publish signed SBOM
8686
if: startsWith(github.ref, 'refs/tags/v')
87-
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
87+
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
8888
with:
8989
version: latest
9090
args: release --rm-dist --skip-validate

0 commit comments

Comments
 (0)