Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joseotoro authored Feb 20, 2023
1 parent 963245f commit 9fbc3cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
- name: Install dependencies
run: |
go install github.com/mitchellh/gox@latest
go get github.com/tcnksm/ghr
- name: Add GOPATH to search path
run: echo `go env GOPATH`/bin >> $GITHUB_PATH
go install github.com/tcnksm/ghr@latest
- name: Build
run: make all
env:
Expand Down

0 comments on commit 9fbc3cf

Please sign in to comment.