Skip to content

Commit

Permalink
build: install goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Mar 11, 2024
1 parent aa82ba8 commit d90fb4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
- name: Gorelease dry-run
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.go-version == '1.22'
run: |
go install github.com/goreleaser/goreleaser@latest
goreleaser build

0 comments on commit d90fb4f

Please sign in to comment.