Skip to content

Commit 8fcd4ad

Browse files
updated publish-cli-version workflow: added Install Protoc step in the pipeline
1 parent e1a52ff commit 8fcd4ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-cli-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v3
19+
20+
- name: Install Protoc
21+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
1922

2023
- name: test version (dry-run) and metadata checks
2124
working-directory: ./cli

0 commit comments

Comments
 (0)