Skip to content

Commit

Permalink
Merge pull request #1228 from vmware-samples/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/goreleaser/goreleaser-action-6.0.0

build(deps): Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0
  • Loading branch information
lamw authored Jun 5, 2024
2 parents c8566ef + 67d4eed commit 3a0ea90
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 @@ -48,7 +48,7 @@ jobs:
docker run --rm -v $PWD:/workdir ${IMAGE}@sha256:${IMAGE_SHA} -o vmware-event-router/RELEASE_CHANGELOG.md $(basename "${{ github.ref }}" )
- name: GoReleaser
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200
with:
args: release --clean --release-notes RELEASE_CHANGELOG.md
workdir: vmware-event-router
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: go

- name: GoReleaser Snapshot
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200
with:
version: latest
args: release --clean --snapshot
Expand Down

0 comments on commit 3a0ea90

Please sign in to comment.