Skip to content

Commit

Permalink
Merge pull request #135 from Kuadrant/crate-v0.3.0-rc1
Browse files Browse the repository at this point in the history
We need protoc
  • Loading branch information
alexsnaps authored Oct 21, 2022
2 parents 2062c2b + 07a0099 commit 5afa2ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
name: Publish Limitador crate to crates.io
runs-on: ubuntu-latest
steps:
- uses: abelfodil/protoc-action@v1
with:
protoc-version: '3.19.4'
- uses: actions/checkout@v3
with:
ref: crate-v${{ github.event.inputs.version }}
Expand Down

0 comments on commit 5afa2ee

Please sign in to comment.