Skip to content

Commit 2cf9cd7

Browse files
authored
Merge pull request #1118 from oasisprotocol/dependabot/github_actions/goreleaser/goreleaser-action-6
ci: bump goreleaser/goreleaser-action from 3 to 6
2 parents 398f9c6 + fc7ea1d commit 2cf9cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changelog/1118.trivial.md

Whitespace-only changes.

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828

2929
# Prepare the GitHub release.
3030
- name: Install GoReleaser
31-
uses: goreleaser/goreleaser-action@v3
31+
uses: goreleaser/goreleaser-action@v6
3232
with:
3333
install-only: true
3434
distribution: goreleaser
35-
version: 1.2.5
35+
version: 2.11.0
3636

3737
- name: Build and publish the next release
3838
run: |

0 commit comments

Comments
 (0)