Skip to content

Commit

Permalink
Merge pull request #203 from kitsuyui/renovate/goreleaser-goreleaser-…
Browse files Browse the repository at this point in the history
…action-4.x

Update goreleaser/goreleaser-action action to v4
  • Loading branch information
kitsuyui authored Jan 7, 2023
2 parents b915c01 + f10379c commit f3a6f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: go build ./...

- name: cross build
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: release
if: startsWith(github.event.ref, 'refs/tags')
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit f3a6f17

Please sign in to comment.