Skip to content

Commit

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

chore(deps): update goreleaser/goreleaser-action action to v6
  • Loading branch information
shogo82148 authored Aug 25, 2024
2 parents 4e27c93 + 3b868ce commit e56045a
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 @@ -48,10 +48,10 @@ jobs:
with:
go-version-file: "go.mod"

- uses: goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@v6
if: env.NEW_SHA != env.PREVIOUS_SHA
with:
version: latest
version: "~> v2"
args: release --clean --config=.goreleaser-nightly.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e56045a

Please sign in to comment.