Skip to content

Commit

Permalink
ci: upgrade goreleaser action version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 24, 2022
1 parent e0d6963 commit 689a084
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
Expand Down Expand Up @@ -88,7 +90,7 @@ jobs:

- name: Run GoReleaser
if: steps.branch-name.outputs.is_tag == 'true'
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 689a084

Please sign in to comment.