Skip to content

Commit

Permalink
Merge pull request #3821 from kubernetes/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions-7695db34b4

Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 in the actions group
  • Loading branch information
k8s-ci-robot authored Nov 8, 2024
2 parents 5fc4203 + 839f99c commit 500db76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: kubernetes-sigs/release-actions/setup-bom@a69972745f85aab4ba5d6c681e2a0e7f73eaff2b # v0.3.0

- name: Build and publish release
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
if: contains(github.ref, 'refs/tags')
with:
args: release --clean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: kubernetes-sigs/release-actions/setup-bom@a69972745f85aab4ba5d6c681e2a0e7f73eaff2b # v0.3.0

- name: Test release build
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
with:
args: release --clean --snapshot --skip=sign
env:
Expand Down

0 comments on commit 500db76

Please sign in to comment.