Skip to content

Commit

Permalink
ci(i): Update go releaser (sourcenetwork#2798)
Browse files Browse the repository at this point in the history
## Relevant issue(s)

Resolves sourcenetwork#2797 

## Description

This PR updates the Go Releaser to version 2.

(*replace*) Describe the tests performed to verify the changes. Provide
instructions to reproduce them.

locally and in through the release action on a fork.

Specify the platform(s) on which this was tested:
- MacOS
  • Loading branch information
fredcarle authored Jun 28, 2024
1 parent 30b40fd commit 2aba842
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> ${GITHUB_ENV}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: latest
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
run: exit 1

- name: Do the release, only if all OS caches were restored
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1
version: 2

before:
hooks:
Expand Down

0 comments on commit 2aba842

Please sign in to comment.