Skip to content

Commit

Permalink
use goReleaser GH action for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletCranberry committed Nov 10, 2023
1 parent e66638d commit 5607e87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
with:
go-version: "1.20"
- name: Install GoReleaser
run: |
go install github.com/goreleaser/goreleaser@latest
uses: goreleaser/goreleaser-action@v5
with:
install-only: true

- name: Build libraries
run: |
Expand Down

0 comments on commit 5607e87

Please sign in to comment.