Skip to content

Commit

Permalink
fix missing Env.GOPATH in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Jul 19, 2020
1 parent 6f56ae1 commit bd636c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
version: latest
args: release --rm-dist
env:
GOPATH: /home/runner/work/
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit bd636c4

Please sign in to comment.