Skip to content

Commit

Permalink
ci: fix release-please publish (#271)
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>
  • Loading branch information
gusinacio authored Jan 29, 2025
1 parent b8e424e commit bbc8dde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bbc8dde

Please sign in to comment.