Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inada-s authored Nov 17, 2020
1 parent 3dd078a commit d4c3e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: go
- name: setup env
run: |
echo "GOPATH=:$(go env GOPATH)" >> $GITHUB_ENV
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit d4c3e9e

Please sign in to comment.