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 f7dba41 commit 6af1addCopy full SHA for 6af1add
.github/workflows/release_please.yml
@@ -44,6 +44,8 @@ jobs:
44
if: needs.release-please.outputs.releases_created == 'true' || github.event.inputs.force_publish == 'true'
45
steps:
46
- uses: actions/checkout@v3
47
+ - name: Install protobuf compiler
48
+ run: apt-get update && apt-get install protobuf-compiler -y
49
- uses: actions/cache@v3
50
with:
51
path: |
0 commit comments