Skip to content

Commit

Permalink
Merge pull request vmware-samples#1101 from vmware-samples/dependabot…
Browse files Browse the repository at this point in the history
…/github_actions/goreleaser/goreleaser-action-5.0.0
  • Loading branch information
lamw authored Sep 11, 2023
2 parents f25bd90 + 5743ccd commit 90bc719
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 @@ -45,7 +45,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@5fdedb94abba051217030cc86d4523cf3f02243d
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
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@5fdedb94abba051217030cc86d4523cf3f02243d
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
with:
version: latest
args: release --clean --snapshot
Expand Down

0 comments on commit 90bc719

Please sign in to comment.