From 39d0e360a23d9b2ffe766bbd788e7ec95baa6840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Mon, 30 Mar 2026 16:24:42 +0300 Subject: [PATCH] fix: remove imports google any and status protobufs --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) 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