diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bde753b..6630276 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: run: npm run build - name: Generate Protobuf - run: protoc -I ./proto ./proto/*.proto \ --ts_proto_out=./gen --ts_proto_opt=nestJs=true,package=omit \ --go_out=./gen --go_opt=paths=source_relative \ --go-grpc_out=./gen --go-grpc_opt=paths=source_relative + run: protoc -I ./proto ./proto/*.proto --ts_proto_out=nestJs=true,package=omit:./gen --go_out=paths=source_relative:./gen --go-grpc_out=paths=source_relative:./gen - name: Publish package run: npm publish diff --git a/package.json b/package.json index 5c39df8..2e86810 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lendry-erp/contracts", - "version": "1.0.9", + "version": "1.0.10", "description": "Protobuf definitions and generated TypeScript types", "type": "commonjs", "main": "./dist/index.js",