Skip to content

Commit bbc8dde

Browse files
authored
ci: fix release-please publish (#271)
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent b8e424e commit bbc8dde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_please.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ jobs:
4141
runs-on: ubuntu-latest
4242
# run only if release-please had released a new version
4343
needs: release-please
44+
container:
45+
image: rust:1.83-bookworm
4446
if: needs.release-please.outputs.releases_created == 'true' || github.event.inputs.force_publish == 'true'
4547
steps:
4648
- uses: actions/checkout@v3
4749
- name: Install protobuf compiler
48-
run: apt-get update && apt-get install protobuf-compiler -y
50+
run: sudo apt-get update && sudo apt-get install protobuf-compiler -y
4951
- uses: actions/cache@v3
5052
with:
5153
path: |

0 commit comments

Comments
 (0)