Skip to content

Commit

Permalink
Merge pull request #1571 from reviewdog/renovate/goreleaser-gorelease…
Browse files Browse the repository at this point in the history
…r-action-5.x

chore(deps): update goreleaser/goreleaser-action action to v5
  • Loading branch information
shogo82148 committed Sep 11, 2023
2 parents 027e98a + 259d5b8 commit 2765abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:

# Test goreleaser if the tag is empty.
- name: Test goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
if: "steps.tag.outputs.value == ''"
with:
version: latest
args: check

# Create release.
- name: Create release with goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
if: "steps.tag.outputs.value != ''"
with:
version: latest
Expand Down

0 comments on commit 2765abc

Please sign in to comment.