diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad66936..f136e39 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,7 +50,6 @@ jobs: npm install -g ts-proto protoc -I ./proto ./proto/*.proto \ --ts_proto_out=nestJs=true,package=omit:./gen \ - --go_out=Mgoogle/protobuf/any.proto=google.golang.org/protobuf/types/known/anypb,paths=source_relative:./gen \ --go-grpc_out=paths=source_relative:./gen - name: Publish package