We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c0ada commit b78e02dCopy full SHA for b78e02d
1 file changed
.github/workflows/release_plz.yml
@@ -22,8 +22,9 @@ jobs:
22
fetch-depth: 0
23
- name: Install Rust toolchain
24
uses: dtolnay/rust-toolchain@stable
25
- - name: Install dependencies
26
- run: sudo apt install -y protobuf-compiler libprotobuf-dev
+ - uses: arduino/setup-protoc@v3
+ with:
27
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
28
- name: Run release-plz
29
uses: MarcoIeni/release-plz-action@v0.5
30
with:
0 commit comments