Skip to content

Commit

Permalink
Adjusted path to protoc-gen-grpc-gateway-ts binary
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Dec 5, 2024
1 parent f1a9f54 commit c1babc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
chmod +x /usr/local/bin/buf
buf --version
- name: Ensure local plugins are executable
run: chmod +x ./bin/protoc-gen-grpc-gateway-ts
run: ls -l && chmod +x ./packages/cosmos/bin/protoc-gen-grpc-gateway-ts
- name: Authenticate buf
run: echo $BUF_TOKEN | buf registry login --token-stdin
env:
Expand Down

0 comments on commit c1babc7

Please sign in to comment.