Skip to content

Commit

Permalink
wrong path in go releaser (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnomalRoil committed Apr 27, 2022
1 parent fc95f73 commit 09f7a2a
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 @@ -26,7 +26,7 @@ jobs:

- name: Install Protoc-gen-go
run: |
go install github.com/golang/protobuf/protoc-gen-go@v1.28.0
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0
go mod tidy
Expand Down

0 comments on commit 09f7a2a

Please sign in to comment.