From bbc8dde6b2881548a7c3bb8ac5c777d354582f0a Mon Sep 17 00:00:00 2001 From: Gustavo Inacio Date: Wed, 29 Jan 2025 13:31:10 -0300 Subject: [PATCH] ci: fix release-please publish (#271) Signed-off-by: Gustavo Inacio --- .github/workflows/release_please.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_please.yml b/.github/workflows/release_please.yml index 8fe6a28..e1d57bc 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -41,11 +41,13 @@ jobs: runs-on: ubuntu-latest # run only if release-please had released a new version needs: release-please + container: + image: rust:1.83-bookworm if: needs.release-please.outputs.releases_created == 'true' || github.event.inputs.force_publish == 'true' steps: - uses: actions/checkout@v3 - name: Install protobuf compiler - run: apt-get update && apt-get install protobuf-compiler -y + run: sudo apt-get update && sudo apt-get install protobuf-compiler -y - uses: actions/cache@v3 with: path: |