Skip to content

Commit

Permalink
chore: fix release-plz builds on CI (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin authored Jan 12, 2024
1 parent 53b3032 commit 06e85b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}

- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: "23.3"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
Expand Down

0 comments on commit 06e85b6

Please sign in to comment.