Skip to content

Commit

Permalink
Merge pull request #69 from fluxcd/dependabot/github_actions/goreleas…
Browse files Browse the repository at this point in the history
…er/goreleaser-action-4.3.0

Bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0
  • Loading branch information
makkes committed Jun 19, 2023
2 parents 84e9a4a + 20126f1 commit f017c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
cosign sign --yes ghcr.io/fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.version }}
- name: GoReleaser publish signed SBOM
if: startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
with:
version: latest
args: release --rm-dist --skip-validate
Expand Down

0 comments on commit f017c3c

Please sign in to comment.