We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913fb85 commit 15d533dCopy full SHA for 15d533d
.github/workflows/ci-typescript.yaml
@@ -28,7 +28,7 @@ jobs:
28
cd protobuf_definitions
29
mkdir -p ./out/ &&
30
protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out \
31
- --ts_proto_opt=outputIndex=true --ts_proto_opt=enumsAsLiterals=true
+ --ts_proto_opt=outputIndex=true --ts_proto_opt=stringEnums=true
32
33
- name: Publish compiled proto definitions
34
uses: actions/upload-artifact@v4
0 commit comments