Skip to content

Commit

Permalink
Merge pull request #33 from knqyf263/feature/update_goreleaser
Browse files Browse the repository at this point in the history
Update goreleaser github action v2
  • Loading branch information
yutachaos authored Nov 24, 2021
2 parents dbff4b8 + cd4644d commit cdee784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
with:
go-version: 1.16.x
- name: run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
Expand Down

0 comments on commit cdee784

Please sign in to comment.