Skip to content

Commit d05be41

Browse files
fixed typos in publish-cli-version workflow
1 parent 8fcd4ad commit d05be41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: Install Protoc
21-
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
21+
run: apt-get update && sudo apt-get install -y protobuf-compiler
2222

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

0 commit comments

Comments
 (0)