Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-19 10:25:43 +03:30
parent c54adabf5e
commit 4fa656c614
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -18,11 +18,11 @@ jobs:
- uses: bufbuild/buf-setup-action@v1.47.2
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
- run: npm install @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf
- run: npm install -g @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf
- run: buf --version
- uses: actions/checkout@v4
with:
token: ${{ secrets.PROD_REG_TOKEN }}
path: ./
- run: npx buf generate && cat -A /root/.npm/_logs/*.log
- run: npx buf generate || cat -A /root/.npm/_logs/*.log
- run: cat -A /root/.npm/_logs/*.log