Skip to content

Commit

Permalink
Merge pull request #610 from kayac/dependabot/github_actions/v2/gorel…
Browse files Browse the repository at this point in the history
…easer/goreleaser-action-5

Bump goreleaser/goreleaser-action from 4 to 5
  • Loading branch information
fujiwara authored Nov 14, 2023
2 parents 89ad626 + a938255 commit 1f2f9f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fi
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0 # it is required for the changelog to work correctly.

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 1f2f9f5

Please sign in to comment.